diff options
author | Herb Lewis <herb@samba.org> | 2006-12-19 20:16:52 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:16:37 -0500 |
commit | 55ed1d59455566d90a03e7123fbf7a05a4bd4539 (patch) | |
tree | 050bfb7a9e5ff6b9df388dd25e009defff81fe36 /source3/nsswitch | |
parent | 920e1a368504228ab3a11aa58cbf12c7c95f4fd0 (diff) | |
download | samba-55ed1d59455566d90a03e7123fbf7a05a4bd4539.tar.gz samba-55ed1d59455566d90a03e7123fbf7a05a4bd4539.tar.xz samba-55ed1d59455566d90a03e7123fbf7a05a4bd4539.zip |
r20261: merge 20260 from samba_3_0_24
clean up a bunch of no previous prototype warnings
(This used to be commit c60687db112405262adf26dbf267804b04074e67)
Diffstat (limited to 'source3/nsswitch')
-rw-r--r-- | source3/nsswitch/winbind_nss_linux.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/nsswitch/winbind_nss_linux.c b/source3/nsswitch/winbind_nss_linux.c index 6efb9041f91..5c24382c1df 100644 --- a/source3/nsswitch/winbind_nss_linux.c +++ b/source3/nsswitch/winbind_nss_linux.c @@ -62,7 +62,7 @@ static char *get_static(char **buffer, size_t *buflen, size_t len) lib/util_str.c as I really don't want to have to link in any other objects if I can possibly avoid it. */ -BOOL next_token(char **ptr,char *buff,const char *sep, size_t bufsize) +static BOOL next_token(char **ptr,char *buff,const char *sep, size_t bufsize) { char *s; BOOL quoted; |