diff options
author | Günther Deschner <gd@samba.org> | 2009-02-02 17:24:28 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-02-04 17:47:07 +0100 |
commit | de7f0a70c8293f1b87f9c821f16fd3c6f7b184b7 (patch) | |
tree | 4e51847a540e1701481e377764c48322dd842f68 /source3/include | |
parent | 16f83ae75003107084c50b8e45d1922889158d80 (diff) | |
download | samba-de7f0a70c8293f1b87f9c821f16fd3c6f7b184b7.tar.gz samba-de7f0a70c8293f1b87f9c821f16fd3c6f7b184b7.tar.bz2 samba-de7f0a70c8293f1b87f9c821f16fd3c6f7b184b7.zip |
s3-eventlogadm: use struct eventlog_Record_tdb for storing entries in tdbs.
Guenther
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 0b58460beb..9f0caa2fa8 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -6262,7 +6262,7 @@ ELOG_TDB *elog_open_tdb( const char *logname, bool force_clear, bool read_only ) 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 ); +bool parse_logentry( TALLOC_CTX *mem_ctx, char *line, struct eventlog_Record_tdb *entry, bool * eor ); size_t fixup_eventlog_record_tdb(struct eventlog_Record_tdb *r); struct eventlog_Record_tdb *evlog_pull_record_tdb(TALLOC_CTX *mem_ctx, TDB_CONTEXT *tdb, |