From 7b2ff4cbd31fec2cc601e349ebb63f66df004bed Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 13 Aug 2015 18:16:20 +0200 Subject: [PATCH] s3:modules/perfcount_*: make function prototypes available via static_decl_perfcount; This allows the static build of the modules. Signed-off-by: Stefan Metzmacher Reviewed-by: Ralph Boehme --- source3/modules/perfcount_test.c | 1 + 1 file changed, 1 insertion(+) diff --git a/source3/modules/perfcount_test.c b/source3/modules/perfcount_test.c index 0dc073cec7e..ccc74dde62e 100644 --- a/source3/modules/perfcount_test.c +++ b/source3/modules/perfcount_test.c @@ -385,6 +385,7 @@ static struct smb_perfcount_handlers perfcount_test_handlers = { perfcount_test_end }; +static_decl_perfcount; NTSTATUS perfcount_test_init(void) { return smb_register_perfcounter(SMB_PERFCOUNTER_INTERFACE_VERSION, -- 2.34.1