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

Add more static...

Andrew Bartlett
This commit is contained in:
Andrew Bartlett 0001-01-01 00:00:00 +00:00
parent ab25af0e18
commit 203ce01836

View File

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