Adding initial implementation of the libwbclient DSO.
[jerry/samba.git] / source / script / mkproto.awk
index a707378251143952a035937ca96fb929d2108799..d76c15aa80e30f211a33711c20b6d8d4f2c8bcd0 100644 (file)
@@ -151,7 +151,7 @@ END {
     gotstart = 1;
   }
 
-  if( $0 ~ /^NODE_STATUS_STRUCT|SMB_STRUCT_DIR|ELOG_TDB|codepoint_t/ ) {
+  if( $0 ~ /^NODE_STATUS_STRUCT|SMB_STRUCT_DIR|ELOG_TDB|codepoint_t|wbcErr/ ) {
     gotstart = 1;
   }