summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-02-03 13:08:44 +0100
committerGünther Deschner <gd@samba.org>2009-02-04 21:12:05 +0100
commit63a992168db48568c91fe622e81141ca00c9bc45 (patch)
treef126d43b5202cdaa0ece1671a22b1bd6697f1258 /source3/include
parent1b71fa5c59f3af4f096a640839c7d48b20b2266a (diff)
downloadsamba-63a992168db48568c91fe622e81141ca00c9bc45.tar.gz
samba-63a992168db48568c91fe622e81141ca00c9bc45.tar.bz2
samba-63a992168db48568c91fe622e81141ca00c9bc45.zip
s3-eventlog: add evlog_push_record function.
Guenther
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 0f9779f2f8..68c4c8b8e3 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -6271,6 +6271,10 @@ NTSTATUS evlog_push_record_tdb(TALLOC_CTX *mem_ctx,
TDB_CONTEXT *tdb,
struct eventlog_Record_tdb *r,
uint32_t *record_number);
+NTSTATUS evlog_push_record(TALLOC_CTX *mem_ctx,
+ TDB_CONTEXT *tdb,
+ struct EVENTLOGRECORD *r,
+ uint32_t *record_number);
struct EVENTLOGRECORD *evlog_pull_record(TALLOC_CTX *mem_ctx,
TDB_CONTEXT *tdb,
uint32_t record_number);