summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/script/mkproto.awk3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/script/mkproto.awk b/source3/script/mkproto.awk
index 1328a42eac..9b0aa360bc 100644
--- a/source3/script/mkproto.awk
+++ b/source3/script/mkproto.awk
@@ -14,6 +14,7 @@ BEGIN {
}
END {
+ print ""
print "#endif /* ",headername," */"
}
@@ -131,7 +132,7 @@ END {
gotstart = 1;
}
- if( $0 ~ /^SAM_ACCT_INFO_NODE|^SMB_ACL_T|^ADS_MODLIST/ ) {
+ if( $0 ~ /^SAM_ACCT_INFO_NODE|^SMB_ACL_T|^ADS_MODLIST|^PyObject/ ) {
gotstart = 1;
}