summaryrefslogtreecommitdiff
path: root/source3/registry/reg_eventlog.h
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2011-01-27 18:06:16 +0100
committerGünther Deschner <gd@samba.org>2011-02-07 12:32:00 +0100
commit34e8a50e5a71ab0d31bd0c5375a84d3b3ecf61e9 (patch)
treeea248458b198ee95dc8c87d07497b1aef8fcbe31 /source3/registry/reg_eventlog.h
parent22ea2933818824eb6cf2d760fc474922ca8bbe2c (diff)
downloadsamba-34e8a50e5a71ab0d31bd0c5375a84d3b3ecf61e9.tar.gz
samba-34e8a50e5a71ab0d31bd0c5375a84d3b3ecf61e9.tar.bz2
samba-34e8a50e5a71ab0d31bd0c5375a84d3b3ecf61e9.zip
s3-util: Moved eventlog_add_source to admin util.
This function is only used in the admin util. Signed-off-by: Günther Deschner <gd@samba.org>
Diffstat (limited to 'source3/registry/reg_eventlog.h')
-rw-r--r--source3/registry/reg_eventlog.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/registry/reg_eventlog.h b/source3/registry/reg_eventlog.h
index 69f2f99aad..d4e13c73ee 100644
--- a/source3/registry/reg_eventlog.h
+++ b/source3/registry/reg_eventlog.h
@@ -23,7 +23,5 @@
#define _REG_EVENTLOG_H
bool eventlog_init_keys(void);
-bool eventlog_add_source( const char *eventlog, const char *sourcename,
- const char *messagefile );
#endif /* _REG_EVENTLOG_H */