diff options
author | Günther Deschner <gd@samba.org> | 2009-04-08 17:15:15 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-04-08 19:45:58 +0200 |
commit | 47bda3f3c7095044ae4c9b1535198be6d052060d (patch) | |
tree | 87fc80ab5d5873be3a00cc666f17cf62ecc3cfa7 /source3/include | |
parent | 98d703a6b7c102db49b6cdc2a57545a90efefabf (diff) | |
download | samba-47bda3f3c7095044ae4c9b1535198be6d052060d.tar.gz samba-47bda3f3c7095044ae4c9b1535198be6d052060d.tar.bz2 samba-47bda3f3c7095044ae4c9b1535198be6d052060d.zip |
s3-eventlog: split out evlog_convert_tdb_to_evt().
Guenther
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 4 |
1 files changed, 4 insertions, 0 deletions
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 */ |