From 47bda3f3c7095044ae4c9b1535198be6d052060d Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 8 Apr 2009 17:15:15 +0200 Subject: s3-eventlog: split out evlog_convert_tdb_to_evt(). Guenther --- source3/include/proto.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source3/include/proto.h') diff --git a/source3/include/proto.h b/source3/include/proto.h index c8c2ece968..b22bb06512 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -5874,6 +5874,10 @@ NTSTATUS evlog_evt_entry_to_tdb_entry(TALLOC_CTX *mem_ctx, NTSTATUS evlog_tdb_entry_to_evt_entry(TALLOC_CTX *mem_ctx, const struct eventlog_Record_tdb *t, struct EVENTLOGRECORD *e); +NTSTATUS evlog_convert_tdb_to_evt(TALLOC_CTX *mem_ctx, + ELOG_TDB *etdb, + DATA_BLOB *blob_p, + uint32_t *num_records_p); /* The following definitions come from rpc_server/srv_eventlog_nt.c */ -- cgit