From 847a19df946432558e75a6f81f0a761407114f45 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Mon, 24 May 2010 23:06:27 +0200 Subject: s3:registry: extract reg_eventlog prototypes to header of their own and use them only where needed. --- source3/include/registry.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'source3/include') 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); -- cgit