diff options
author | Tim Potter <tpot@samba.org> | 2000-07-06 06:48:01 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2000-07-06 06:48:01 +0000 |
commit | dc7b20a47d52e8eed87a93150cb9f11384157676 (patch) | |
tree | deafb5a997f300bdba7bc01173d671d9fabe441a /source3/script | |
parent | 648f0849d6c9f66ebc4bd0445f0fe15ce091c511 (diff) | |
download | samba-dc7b20a47d52e8eed87a93150cb9f11384157676.tar.gz samba-dc7b20a47d52e8eed87a93150cb9f11384157676.tar.bz2 samba-dc7b20a47d52e8eed87a93150cb9f11384157676.zip |
Make prototypes for functions returning an enum nss_status.
(This used to be commit dac9c934ac3932fb9870417e8f712a880dd25e45)
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 6e74b0d85f..6afbfb090e 100644 --- a/source3/script/mkproto.awk +++ b/source3/script/mkproto.awk @@ -112,7 +112,7 @@ END { gotstart = 1; } - if( $0 ~ /^TDB_CONTEXT|^TDB_DATA|^smb_ucs2_t|^TALLOC_CTX|^hash_element|^NT_DEVICEMODE/ ) { + if( $0 ~ /^TDB_CONTEXT|^TDB_DATA|^smb_ucs2_t|^TALLOC_CTX|^hash_element|^NT_DEVICEMODE|^enum nss_status/ ) { gotstart = 1; } |