diff options
author | Günther Deschner <gd@samba.org> | 2009-01-15 20:28:30 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-02-03 16:06:57 +0100 |
commit | cf3be5ce7a7f318cfb84baba4d1fc56ddd8f5497 (patch) | |
tree | 037003c6f20da0fb26a102994613ebaefec07ac7 /source3/include | |
parent | 1c627c22324fbb83de4c602cdbdd658ab53cde54 (diff) | |
download | samba-cf3be5ce7a7f318cfb84baba4d1fc56ddd8f5497.tar.gz samba-cf3be5ce7a7f318cfb84baba4d1fc56ddd8f5497.tar.bz2 samba-cf3be5ce7a7f318cfb84baba4d1fc56ddd8f5497.zip |
s3-eventlog: add evlog_pull_record_tdb function.
Guenther
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 19d131cb63..bf4976ec49 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -6263,6 +6263,9 @@ int elog_close_tdb( ELOG_TDB *etdb, bool force_close ); int write_eventlog_tdb( TDB_CONTEXT * the_tdb, Eventlog_entry * ee ); void fixup_eventlog_entry( Eventlog_entry * ee ); bool parse_logentry( TALLOC_CTX *mem_ctx, char *line, Eventlog_entry * entry, bool * eor ); +struct eventlog_Record_tdb *evlog_pull_record_tdb(TALLOC_CTX *mem_ctx, + TDB_CONTEXT *tdb, + uint32_t record_number); /* The following definitions come from rpc_server/srv_eventlog_nt.c */ |