summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-02-04 18:31:04 +0100
committerGünther Deschner <gd@samba.org>2009-02-04 18:39:20 +0100
commit65200328eea3ab2179796ecf88a7ef276f8e2c9c (patch)
tree9bbbc5336861e61bec809392857d9180f3bbd6c2 /source3/include
parentdf5e231a6fad8c913881432294432e8feef6ea9f (diff)
downloadsamba-65200328eea3ab2179796ecf88a7ef276f8e2c9c.tar.gz
samba-65200328eea3ab2179796ecf88a7ef276f8e2c9c.tar.bz2
samba-65200328eea3ab2179796ecf88a7ef276f8e2c9c.zip
s3-eventlog: add evlog_tdb_entry_to_evt_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 bb9d87eb53..3ae2448e4b 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -6274,6 +6274,9 @@ NTSTATUS evlog_push_record_tdb(TALLOC_CTX *mem_ctx,
NTSTATUS evlog_evt_entry_to_tdb_entry(TALLOC_CTX *mem_ctx,
const struct EVENTLOGRECORD *e,
struct eventlog_Record_tdb *t);
+NTSTATUS evlog_tdb_entry_to_evt_entry(TALLOC_CTX *mem_ctx,
+ const struct eventlog_Record_tdb *t,
+ struct EVENTLOGRECORD *e);
/* The following definitions come from rpc_server/srv_eventlog_nt.c */