summaryrefslogtreecommitdiff
path: root/src/journal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/journal.h')
-rw-r--r--src/journal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/journal.h b/src/journal.h
index 0d06e9f0..3c363962 100644
--- a/src/journal.h
+++ b/src/journal.h
@@ -167,6 +167,8 @@ public:
account_t * find_account(const string& name, bool auto_create = true);
account_t * find_account_re(const string& regexp);
+ account_t * expand_aliases(string name);
+
account_t * register_account(const string& name, post_t * post,
account_t * master = NULL);
string register_payee(const string& name, xact_t * xact);