1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00

Make prototypes for functions returning an enum nss_status.

(This used to be commit dac9c934ac)
This commit is contained in:
Tim Potter 2000-07-06 06:48:01 +00:00
parent 648f0849d6
commit dc7b20a47d

View File

@ -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;
}