From 798808174d0d4cae3a746e26a253cad1a3177684 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Tue, 8 Apr 2008 22:56:06 +0200 Subject: [PATCH] libsmbconf: make registry_smbconf_valname_forbidden() static Michael --- source/lib/smbconf/smbconf_reg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/lib/smbconf/smbconf_reg.c b/source/lib/smbconf/smbconf_reg.c index e8ce1f55a5e..9d526b465e3 100644 --- a/source/lib/smbconf/smbconf_reg.c +++ b/source/lib/smbconf/smbconf_reg.c @@ -44,7 +44,7 @@ static struct reg_private_data *rpd(struct smbconf_ctx *ctx) /* * check whether a given value name is forbidden in registry (smbconf) */ -bool registry_smbconf_valname_forbidden(const char *valname) +static bool registry_smbconf_valname_forbidden(const char *valname) { /* hard code the list of forbidden names here for now */ const char *forbidden_valnames[] = { -- 2.11.4.GIT