From 5a92d88f38dc9fc65db7e6451eae2d22da04463e Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Mon, 24 May 2010 22:59:04 +0200 Subject: s3:registry: extract reg_perfcount prototypes into header of their own. And use them only when necessary. --- source3/include/registry.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'source3/include') diff --git a/source3/include/registry.h b/source3/include/registry.h index a36c8dae9e..3496f13c49 100644 --- a/source3/include/registry.h +++ b/source3/include/registry.h @@ -77,16 +77,6 @@ NTSTATUS registry_create_admin_token(TALLOC_CTX *mem_ctx, NT_USER_TOKEN **ptoken); WERROR registry_init_smbconf(const char *keyname); -/* The following definitions come from registry/reg_perfcount.c */ - -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); -uint32 reg_perfcount_get_counter_help(uint32 base_index, char **retbuf); -uint32 reg_perfcount_get_counter_names(uint32 base_index, char **retbuf); -WERROR reg_perfcount_get_hkpd(prs_struct *ps, uint32 max_buf_size, uint32 *outbuf_len, const char *object_ids); - /* The following definitions come from lib/util_reg_api.c */ WERROR registry_pull_value(TALLOC_CTX *mem_ctx, -- cgit