1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

missed removing the static declaration of strwicmp()

jerry
(This used to be commit d09d8a3f4b)
This commit is contained in:
Gerald Carter 2000-08-29 16:47:20 +00:00
parent f0c8bcc832
commit 3b33053b88

View File

@ -1571,7 +1571,6 @@ FN_LOCAL_INTEGER(lp_write_cache_size, iWriteCacheSize)
FN_LOCAL_CHAR(lp_magicchar, magic_char)
FN_GLOBAL_INTEGER(lp_winbind_cache_time, &Globals.winbind_cache_time)
/* local prototypes */
static int strwicmp(char *psz1, char *psz2);
static int map_parameter(char *pszParmName);
static BOOL set_boolean(BOOL *pb, char *pszParmValue);
static int getservicebyname(char *pszServiceName,