summaryrefslogtreecommitdiff
path: root/autoxact.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2004-09-20 03:25:28 -0400
committerJohn Wiegley <johnw@newartisans.com>2004-09-20 03:25:28 -0400
commit5429792edc077d8c65d7bbf0f98c3d0e59837775 (patch)
tree3d068afe20d09862f064367cfdef58bc107a8558 /autoxact.h
parent18879bbe85cdef7a60d0692e17b9c835c81e77fc (diff)
downloadfork-ledger-5429792edc077d8c65d7bbf0f98c3d0e59837775.tar.gz
fork-ledger-5429792edc077d8c65d7bbf0f98c3d0e59837775.tar.bz2
fork-ledger-5429792edc077d8c65d7bbf0f98c3d0e59837775.zip
the "bal" command mostly works now in main.py; added a finalize_entry hook
Diffstat (limited to 'autoxact.h')
-rw-r--r--autoxact.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/autoxact.h b/autoxact.h
index 9e25d967..301a2b26 100644
--- a/autoxact.h
+++ b/autoxact.h
@@ -88,6 +88,10 @@ public:
}
};
+extern automated_transactions_t * current_auto_xacts;
+
+bool handle_auto_xacts(entry_t * entry);
+
} // namespace ledger
#endif // _AUTOXACT_H