summaryrefslogtreecommitdiff
path: root/source3/include/registry.h
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2010-05-24 22:59:04 +0200
committerMichael Adam <obnox@samba.org>2010-05-25 10:35:26 +0200
commit5a92d88f38dc9fc65db7e6451eae2d22da04463e (patch)
treefa925e07cebac0454e70c04e3ab25b8f9004d3a8 /source3/include/registry.h
parentb94267aa3f83ec604e8b242006e09ecf4f7d5e57 (diff)
downloadsamba-5a92d88f38dc9fc65db7e6451eae2d22da04463e.tar.gz
samba-5a92d88f38dc9fc65db7e6451eae2d22da04463e.tar.bz2
samba-5a92d88f38dc9fc65db7e6451eae2d22da04463e.zip
s3:registry: extract reg_perfcount prototypes into header of their own.
And use them only when necessary.
Diffstat (limited to 'source3/include/registry.h')
-rw-r--r--source3/include/registry.h10
1 files changed, 0 insertions, 10 deletions
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,