Add CLI_POLICY_HND as a valid return type.
authorTim Potter <tpot@samba.org>
Fri, 5 Oct 2001 00:16:04 +0000 (00:16 +0000)
committerTim Potter <tpot@samba.org>
Fri, 5 Oct 2001 00:16:04 +0000 (00:16 +0000)
(This used to be commit 880201b52b92a430d3f593adf3d55893f7c1c4c4)

source3/script/mkproto.awk

index 097031590ea58040fa80c85a29f093b71b357fbd..72aa4674b44adc5c92fc96c8c700eec644b9a097 100644 (file)
@@ -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;
   }