summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2000-08-29 16:47:20 +0000
committerGerald Carter <jerry@samba.org>2000-08-29 16:47:20 +0000
commit3b33053b886b88bb7546f77dcdb038fcdc501c6c (patch)
treef7c95cd5733b8bba9dea52299309c25db6036d0c /source3
parentf0c8bcc832cc082394d27b5b3ed9431a1efd3b78 (diff)
downloadsamba-3b33053b886b88bb7546f77dcdb038fcdc501c6c.tar.gz
samba-3b33053b886b88bb7546f77dcdb038fcdc501c6c.tar.bz2
samba-3b33053b886b88bb7546f77dcdb038fcdc501c6c.zip
missed removing the static declaration of strwicmp()
jerry (This used to be commit d09d8a3f4b32c1b4467dff5f2284e382163b7f09)
Diffstat (limited to 'source3')
-rw-r--r--source3/param/loadparm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c
index da23ab1cb6..129a9396f3 100644
--- a/source3/param/loadparm.c
+++ b/source3/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,