summaryrefslogtreecommitdiff
path: root/source3/include/registry.h
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2010-05-23 16:11:13 +0200
committerMichael Adam <obnox@samba.org>2010-05-25 10:35:25 +0200
commit4ae77b2ef9ef5f936055b03a7fb96231a069683b (patch)
treecc800e12f751a567786c2f28626271056fb6d147 /source3/include/registry.h
parentc682fd65b20e6b17150b3a57bebb222767c60796 (diff)
downloadsamba-4ae77b2ef9ef5f936055b03a7fb96231a069683b.tar.gz
samba-4ae77b2ef9ef5f936055b03a7fb96231a069683b.tar.bz2
samba-4ae77b2ef9ef5f936055b03a7fb96231a069683b.zip
s3:registry: extract the reg_util prototypes into their own header.
And use them only where needed.
Diffstat (limited to 'source3/include/registry.h')
-rw-r--r--source3/include/registry.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/source3/include/registry.h b/source3/include/registry.h
index a4ecd26842..1cb0ea357f 100644
--- a/source3/include/registry.h
+++ b/source3/include/registry.h
@@ -127,14 +127,6 @@ 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 registry/reg_util.c */
-
-bool reg_split_path(char *path, char **base, char **new_path);
-bool reg_split_key(char *path, char **base, char **key);
-char *normalize_reg_path(TALLOC_CTX *ctx, const char *keyname );
-void normalize_dbkey(char *key);
-char *reg_remaining_path(TALLOC_CTX *ctx, const char *key);
-
/* The following definitions come from lib/util_reg_api.c */
WERROR registry_pull_value(TALLOC_CTX *mem_ctx,