summaryrefslogtreecommitdiff
path: root/session.h
diff options
context:
space:
mode:
Diffstat (limited to 'session.h')
-rw-r--r--session.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/session.h b/session.h
index ada80669..1534cd0b 100644
--- a/session.h
+++ b/session.h
@@ -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
//