From a3ee831f2dda047d32750a8c7b4a30b6b7eb7519 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Wed, 2 Feb 2011 11:47:37 +0100 Subject: s3-perfcount: Create the directory on tdb open. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Günther Deschner --- source3/registry/reg_perfcount.h | 1 - 1 file changed, 1 deletion(-) (limited to 'source3/registry/reg_perfcount.h') diff --git a/source3/registry/reg_perfcount.h b/source3/registry/reg_perfcount.h index 671153f21c..515790ac52 100644 --- a/source3/registry/reg_perfcount.h +++ b/source3/registry/reg_perfcount.h @@ -24,7 +24,6 @@ #include "reg_parse_prs.h" -void perfcount_init_keys( void ); uint32 reg_perfcount_get_base_index(void); uint32 reg_perfcount_get_last_counter(uint32 base_index); uint32 reg_perfcount_get_last_help(uint32 last_counter); -- cgit