From f1429b0edccc663b10fc1ff6ccaba84aa52ea16d Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Sun, 8 Feb 2004 11:28:51 +0000 Subject: Add more static... Andrew Bartlett (This used to be commit 203ce018365d350c8c0a3f512651cff2b0791b6c) --- source3/nsswitch/winbindd_acct.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source3/nsswitch') diff --git a/source3/nsswitch/winbindd_acct.c b/source3/nsswitch/winbindd_acct.c index 08b9e2172c..0d96756fdb 100644 --- a/source3/nsswitch/winbindd_acct.c +++ b/source3/nsswitch/winbindd_acct.c @@ -436,7 +436,7 @@ WINBINDD_PW* wb_getpwuid( const uid_t uid ) /********************************************************************** **********************************************************************/ -BOOL wb_storepwnam( const WINBINDD_PW *pw ) +static BOOL wb_storepwnam( const WINBINDD_PW *pw ) { char *namekey, *uidkey; TDB_DATA data; @@ -566,7 +566,7 @@ WINBINDD_GR* wb_getgrgid( gid_t gid ) /********************************************************************** **********************************************************************/ -BOOL wb_storegrnam( const WINBINDD_GR *grp ) +static BOOL wb_storegrnam( const WINBINDD_GR *grp ) { char *namekey, *gidkey; TDB_DATA data; -- cgit