mirror of
https://github.com/samba-team/samba.git
synced 2025-09-02 01:49:29 +03:00
missed removing the static declaration of strwicmp()
jerry
(This used to be commit d09d8a3f4b
)
This commit is contained in:
@ -1571,7 +1571,6 @@ FN_LOCAL_INTEGER(lp_write_cache_size, iWriteCacheSize)
|
|||||||
FN_LOCAL_CHAR(lp_magicchar, magic_char)
|
FN_LOCAL_CHAR(lp_magicchar, magic_char)
|
||||||
FN_GLOBAL_INTEGER(lp_winbind_cache_time, &Globals.winbind_cache_time)
|
FN_GLOBAL_INTEGER(lp_winbind_cache_time, &Globals.winbind_cache_time)
|
||||||
/* local prototypes */
|
/* local prototypes */
|
||||||
static int strwicmp(char *psz1, char *psz2);
|
|
||||||
static int map_parameter(char *pszParmName);
|
static int map_parameter(char *pszParmName);
|
||||||
static BOOL set_boolean(BOOL *pb, char *pszParmValue);
|
static BOOL set_boolean(BOOL *pb, char *pszParmValue);
|
||||||
static int getservicebyname(char *pszServiceName,
|
static int getservicebyname(char *pszServiceName,
|
||||||
|
Reference in New Issue
Block a user