From d09d8a3f4b32c1b4467dff5f2284e382163b7f09 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Tue, 29 Aug 2000 16:47:20 +0000 Subject: [PATCH] missed removing the static declaration of strwicmp() jerry --- source/param/loadparm.c | 1 - 1 file changed, 1 deletion(-) diff --git a/source/param/loadparm.c b/source/param/loadparm.c index da23ab1cb69..129a9396f3d 100644 --- a/source/param/loadparm.c +++ b/source/param/loadparm.c @@ -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, -- 2.11.4.GIT