summaryrefslogtreecommitdiff
path: root/source3/script/mkproto.awk
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2001-10-05 00:16:04 +0000
committerTim Potter <tpot@samba.org>2001-10-05 00:16:04 +0000
commit18190fc0513d6fa8824fa0b105aeb16dd428106b (patch)
tree937cb0ffb5d69e4faca5394e537959cb23a4578a /source3/script/mkproto.awk
parentd14aa8cf213afa5f2ca320c8b90585d9871c35b5 (diff)
downloadsamba-18190fc0513d6fa8824fa0b105aeb16dd428106b.tar.gz
samba-18190fc0513d6fa8824fa0b105aeb16dd428106b.tar.bz2
samba-18190fc0513d6fa8824fa0b105aeb16dd428106b.zip
Add CLI_POLICY_HND as a valid return type.
(This used to be commit 880201b52b92a430d3f593adf3d55893f7c1c4c4)
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 097031590e..72aa4674b4 100644
--- a/source3/script/mkproto.awk
+++ b/source3/script/mkproto.awk
@@ -126,7 +126,7 @@ END {
gotstart = 1;
}
- if( $0 ~ /^smb_iconv_t|^long|^char|^uint|^NTSTATUS|^WERROR|^struct|^BOOL|^void|^time|^smb_shm_offset_t|^shm_offset_t|^FILE|^XFILE|^SMB_OFF_T|^size_t|^ssize_t|^SMB_BIG_UINT/ ) {
+ if( $0 ~ /^smb_iconv_t|^long|^char|^uint|^NTSTATUS|^WERROR|^CLI_POLICY_HND|^struct|^BOOL|^void|^time|^smb_shm_offset_t|^shm_offset_t|^FILE|^XFILE|^SMB_OFF_T|^size_t|^ssize_t|^SMB_BIG_UINT/ ) {
gotstart = 1;
}