summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-04-08 22:56:06 +0200
committerMichael Adam <obnox@samba.org>2008-04-10 01:29:00 +0200
commitb91cdf7183460f838e8bf7a5996a5d9b3c41b2ed (patch)
treecaedf90cb8c474cff0f3a20daf0a855b56f3d546 /source3
parente06e8084c6dd33b2d54bd497d245a806a71c5ccc (diff)
downloadsamba-b91cdf7183460f838e8bf7a5996a5d9b3c41b2ed.tar.gz
samba-b91cdf7183460f838e8bf7a5996a5d9b3c41b2ed.tar.bz2
samba-b91cdf7183460f838e8bf7a5996a5d9b3c41b2ed.zip
libsmbconf: make registry_smbconf_valname_forbidden() static
Michael (This used to be commit 798808174d0d4cae3a746e26a253cad1a3177684)
Diffstat (limited to 'source3')
-rw-r--r--source3/lib/smbconf/smbconf_reg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/smbconf/smbconf_reg.c b/source3/lib/smbconf/smbconf_reg.c
index e8ce1f55a5..9d526b465e 100644
--- a/source3/lib/smbconf/smbconf_reg.c
+++ b/source3/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[] = {