summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2010-05-24 23:06:27 +0200
committerMichael Adam <obnox@samba.org>2010-05-25 10:35:26 +0200
commit847a19df946432558e75a6f81f0a761407114f45 (patch)
tree2ea662efc3c8448a448964f330a9801d458eab8b /source3/include
parent5a92d88f38dc9fc65db7e6451eae2d22da04463e (diff)
downloadsamba-847a19df946432558e75a6f81f0a761407114f45.tar.gz
samba-847a19df946432558e75a6f81f0a761407114f45.tar.bz2
samba-847a19df946432558e75a6f81f0a761407114f45.zip
s3:registry: extract reg_eventlog prototypes to header of their own
and use them only where needed.
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/registry.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/source3/include/registry.h b/source3/include/registry.h
index 3496f13c49..0914ba5486 100644
--- a/source3/include/registry.h
+++ b/source3/include/registry.h
@@ -56,12 +56,6 @@ WERROR reg_create_path(TALLOC_CTX *mem_ctx, const char *orig_path,
WERROR reg_delete_path(const struct nt_user_token *token,
const char *orig_path);
-/* The following definitions come from registry/reg_eventlog.c */
-
-bool eventlog_init_keys(void);
-bool eventlog_add_source( const char *eventlog, const char *sourcename,
- const char *messagefile );
-
/* The following definitions come from registry/reg_init_basic.c */
WERROR registry_init_common(void);