summaryrefslogtreecommitdiff
path: root/source3/script/mkproto.awk
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2000-07-18 05:10:26 +0000
committerGerald Carter <jerry@samba.org>2000-07-18 05:10:26 +0000
commit05fdec749d34812c437c8f4dd318af11ebb9561e (patch)
tree166a03d59cf12c58eb6702a05a9bde32c22ba8b2 /source3/script/mkproto.awk
parent17dba7ef057c65e60c9fbaf6535f2a745eeb6a2a (diff)
downloadsamba-05fdec749d34812c437c8f4dd318af11ebb9561e.tar.gz
samba-05fdec749d34812c437c8f4dd318af11ebb9561e.tar.bz2
samba-05fdec749d34812c437c8f4dd318af11ebb9561e.zip
grab functions that return RPC_HND_NODE (declared
in include/util_list.h) -- jerry (This used to be commit ccebd70df2c096de1b183ae072c2c720e2277c6f)
Diffstat (limited to 'source3/script/mkproto.awk')
-rw-r--r--source3/script/mkproto.awk2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/script/mkproto.awk b/source3/script/mkproto.awk
index 6afbfb090e..766b1f093b 100644
--- a/source3/script/mkproto.awk
+++ b/source3/script/mkproto.awk
@@ -108,7 +108,7 @@ END {
gotstart = 1;
}
- if( $0 ~ /^vuser_key|^UNISTR2|^LOCAL_GRP|^DOMAIN_GRP|^SMB_STRUCT_DIRENT|^SEC_ACL|^SEC_DESC|^SEC_DESC_BUF|^DOM_SID/ ) {
+ if( $0 ~ /^vuser_key|^UNISTR2|^LOCAL_GRP|^DOMAIN_GRP|^SMB_STRUCT_DIRENT|^SEC_ACL|^SEC_DESC|^SEC_DESC_BUF|^DOM_SID|^RPC_HND_NODE/ ) {
gotstart = 1;
}