summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-02-04 10:01:38 +0100
committerGünther Deschner <gd@samba.org>2009-02-04 17:47:06 +0100
commit16f83ae75003107084c50b8e45d1922889158d80 (patch)
tree800d4e7f245e6db78e83579d250e0c6fecb7e8b0 /source3/include
parentdd306249f23cacc01d6e6ea375450714109ebaa7 (diff)
downloadsamba-16f83ae75003107084c50b8e45d1922889158d80.tar.gz
samba-16f83ae75003107084c50b8e45d1922889158d80.tar.bz2
samba-16f83ae75003107084c50b8e45d1922889158d80.zip
s3-eventlog: add fixup_eventlog_record_tdb.
Guenther
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 5c68e12566..0b58460beb 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -6263,6 +6263,7 @@ int elog_close_tdb( ELOG_TDB *etdb, bool force_close );
int write_eventlog_tdb( TDB_CONTEXT * the_tdb, Eventlog_entry * ee );
void fixup_eventlog_entry( Eventlog_entry * ee );
bool parse_logentry( TALLOC_CTX *mem_ctx, char *line, Eventlog_entry * 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,
TDB_CONTEXT *tdb,
uint32_t record_number);