summaryrefslogtreecommitdiff
path: root/source3/registry/reg_util_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/registry/reg_util_internal.h')
-rw-r--r--source3/registry/reg_util_internal.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/registry/reg_util_internal.h b/source3/registry/reg_util_internal.h
index 886e58cda1..0cb370e59d 100644
--- a/source3/registry/reg_util_internal.h
+++ b/source3/registry/reg_util_internal.h
@@ -23,7 +23,6 @@
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);
#endif /* _REG_UTIL_H */