Author: metze
Date: 2007-09-13 12:27:10 +0000 (Thu, 13 Sep 2007)
New Revision: 25126

WebSVN: 
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=25126

Log:
create prototypes for 'bool ' functions

metze
Modified:
   branches/SAMBA_3_2_0/source/script/mkproto.awk


Changeset:
Modified: branches/SAMBA_3_2_0/source/script/mkproto.awk
===================================================================
--- branches/SAMBA_3_2_0/source/script/mkproto.awk      2007-09-13 12:25:28 UTC 
(rev 25125)
+++ branches/SAMBA_3_2_0/source/script/mkproto.awk      2007-09-13 12:27:10 UTC 
(rev 25126)
@@ -139,7 +139,7 @@
     gotstart = 1;
   }
 
-  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|^SMB_BIG_INT/
 ) {
+  if( $0 ~ 
/^smb_iconv_t|^long|^char|^uint|^NTSTATUS|^WERROR|^CLI_POLICY_HND|^struct|^bool|^BOOL|^void|^time|^smb_shm_offset_t|^shm_offset_t|^FILE|^XFILE|^SMB_OFF_T|^size_t|^ssize_t|^SMB_BIG_UINT|^SMB_BIG_INT/
 ) {
     gotstart = 1;
   }
 

Reply via email to