summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-01-29 15:11:39 +0100
committerGünther Deschner <gd@samba.org>2009-02-04 18:39:20 +0100
commitdf5e231a6fad8c913881432294432e8feef6ea9f (patch)
treef9244795c353abbed7cf694de192ee42c0d6d10b /source3/include
parent9b3cce096ceca8b7d72456cbc6f0a725ad55d46c (diff)
downloadsamba-df5e231a6fad8c913881432294432e8feef6ea9f.tar.gz
samba-df5e231a6fad8c913881432294432e8feef6ea9f.tar.bz2
samba-df5e231a6fad8c913881432294432e8feef6ea9f.zip
s3-eventlog: add evlog_evt_entry_to_tdb_entry.
Guenther
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 9f0caa2fa8..bb9d87eb53 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -6271,6 +6271,9 @@ NTSTATUS evlog_push_record_tdb(TALLOC_CTX *mem_ctx,
TDB_CONTEXT *tdb,
struct eventlog_Record_tdb *r,
uint32_t *record_number);
+NTSTATUS evlog_evt_entry_to_tdb_entry(TALLOC_CTX *mem_ctx,
+ const struct EVENTLOGRECORD *e,
+ struct eventlog_Record_tdb *t);
/* The following definitions come from rpc_server/srv_eventlog_nt.c */