diff options
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/registry.h | 6 |
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); |