From 208b8f76b38e122638744b6c65a25d2b84e17af0 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 14 Feb 2009 17:45:01 +0100 Subject: Make smb_load_perfcount_module static --- source3/smbd/perfcount.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/smbd') 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; -- cgit