summaryrefslogtreecommitdiff
path: root/source3/smbd/perfcount.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-02-14 17:45:01 +0100
committerVolker Lendecke <vl@samba.org>2009-02-14 22:00:44 +0100
commit208b8f76b38e122638744b6c65a25d2b84e17af0 (patch)
tree4b1855e150f45ae0211d7793aa16527f5062f234 /source3/smbd/perfcount.c
parente304a623f10ac9587cad8cbfcfa83186a872e8ff (diff)
downloadsamba-208b8f76b38e122638744b6c65a25d2b84e17af0.tar.gz
samba-208b8f76b38e122638744b6c65a25d2b84e17af0.tar.bz2
samba-208b8f76b38e122638744b6c65a25d2b84e17af0.zip
Make smb_load_perfcount_module static
Diffstat (limited to 'source3/smbd/perfcount.c')
-rw-r--r--source3/smbd/perfcount.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/perfcount.c b/source3/smbd/perfcount.c
index 0ad706c46d..90aaac2f45 100644
--- a/source3/smbd/perfcount.c
+++ b/source3/smbd/perfcount.c
@@ -94,7 +94,7 @@ NTSTATUS smb_register_perfcounter(int interface_version, const char *name,
/****************************************************************************
initialise smb perf counters
****************************************************************************/
-bool smb_load_perfcount_module(const char *name)
+static bool smb_load_perfcount_module(const char *name)
{
char *module_path = NULL;
char *module_name = NULL;