From 944c63e6f26d1f05ba6f63c60f510d3796872f3e Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 23 Feb 2009 19:07:30 -0400 Subject: The Great Renaming, Part II The last commit did not contain the majority of changes because of a slight mishap. This contains the real changeset. --- src/session.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/session.h') diff --git a/src/session.h b/src/session.h index 280f8c3e..37c694fa 100644 --- a/src/session.h +++ b/src/session.h @@ -90,11 +90,11 @@ public: void read_journal_files(); void close_journal_files(); - void clean_xacts(); - void clean_xacts(entry_t& entry); + void clean_posts(); + void clean_posts(xact_t& xact); void clean_accounts(); void clean_all() { - clean_xacts(); + clean_posts(); clean_accounts(); } -- cgit v1.2.3