diff options
author | Stefan Metzmacher <metze@samba.org> | 2007-09-13 12:25:28 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:30:42 -0500 |
commit | c44929cbeac16f42df6b1bc2b6ce338bce2e7bed (patch) | |
tree | 356c246265711d78ee4c7b6010d4e2f470ca9f74 /source3/script | |
parent | af3de3fa710f00e26f64db352675bfc9285f632b (diff) | |
download | samba-c44929cbeac16f42df6b1bc2b6ce338bce2e7bed.tar.gz samba-c44929cbeac16f42df6b1bc2b6ce338bce2e7bed.tar.bz2 samba-c44929cbeac16f42df6b1bc2b6ce338bce2e7bed.zip |
r25125: create prototypes for 'bool ' functions
metze
(This used to be commit 5afa66970ee831a8be887c9e7eeeaceead6049db)
Diffstat (limited to 'source3/script')
-rw-r--r-- | source3/script/mkproto.awk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/script/mkproto.awk b/source3/script/mkproto.awk index 65a10c856e..fd38235e4e 100644 --- a/source3/script/mkproto.awk +++ b/source3/script/mkproto.awk @@ -139,7 +139,7 @@ END { 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; } |