summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-02-04 21:42:32 +0100
committerGünther Deschner <gd@samba.org>2009-02-04 22:51:31 +0100
commitd7e2384dba448753580c698cb3b460ba8849ccb9 (patch)
tree46579ff059b69af43d4e9085493e6a1fb2bdb059 /source3/include
parent8b126e942d5251cc7be08634dd73a598f8a834eb (diff)
downloadsamba-d7e2384dba448753580c698cb3b460ba8849ccb9.tar.gz
samba-d7e2384dba448753580c698cb3b460ba8849ccb9.tar.bz2
samba-d7e2384dba448753580c698cb3b460ba8849ccb9.zip
s3-eventlog: remove fixup_eventlog_entry.
Guenther
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index db45d979cb..f1580cbb55 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -6251,7 +6251,6 @@ int elog_tdb_size( TDB_CONTEXT * tdb, int *MaxSize, int *Retention );
bool prune_eventlog( TDB_CONTEXT * tdb );
ELOG_TDB *elog_open_tdb( const char *logname, bool force_clear, bool read_only );
int elog_close_tdb( ELOG_TDB *etdb, bool force_close );
-void fixup_eventlog_entry( Eventlog_entry * ee );
bool parse_logentry( TALLOC_CTX *mem_ctx, char *line, struct eventlog_Record_tdb *entry, bool * eor );
size_t fixup_eventlog_record_tdb(struct eventlog_Record_tdb *r);
struct eventlog_Record_tdb *evlog_pull_record_tdb(TALLOC_CTX *mem_ctx,