diff options
Diffstat (limited to 'session.h')
-rw-r--r-- | session.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -158,6 +158,11 @@ class session_t : public expr::symbol_scope_t } account_t * find_account_re(const string& regexp); + void clean_accounts(); + + void clean_transactions(); + void clean_transactions(entry_t& entry); + // // Scope members // |