summaryrefslogtreecommitdiff
path: root/source3/libnet/libnet_conf.c
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2007-12-29 22:29:00 +0100
committerMichael Adam <obnox@samba.org>2007-12-30 00:32:42 +0100
commit1f992517ec67be36b03decefcac03ba71eec8705 (patch)
treeff459910846333ef66615ab63753456128e7990b /source3/libnet/libnet_conf.c
parent59128c783761c6f823971e7aa9513834a7be4b7d (diff)
downloadsamba-1f992517ec67be36b03decefcac03ba71eec8705.tar.gz
samba-1f992517ec67be36b03decefcac03ba71eec8705.tar.bz2
samba-1f992517ec67be36b03decefcac03ba71eec8705.zip
Make libnet_smbconf_reg_open_basepath() static.
Michael (This used to be commit 8e87dd79ba4e3aeceb26c7b4e131053172f077cd)
Diffstat (limited to 'source3/libnet/libnet_conf.c')
-rw-r--r--source3/libnet/libnet_conf.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/source3/libnet/libnet_conf.c b/source3/libnet/libnet_conf.c
index 3c04c1333f..099754cbf4 100644
--- a/source3/libnet/libnet_conf.c
+++ b/source3/libnet/libnet_conf.c
@@ -94,8 +94,9 @@ done:
/*
* open the base key KEY_SMBCONF
*/
-WERROR libnet_smbconf_reg_open_basepath(TALLOC_CTX *ctx, uint32 desired_access,
- struct registry_key **key)
+static WERROR libnet_smbconf_reg_open_basepath(TALLOC_CTX *ctx,
+ uint32 desired_access,
+ struct registry_key **key)
{
return libnet_smbconf_reg_open_path(ctx, NULL, desired_access, key);
}