From 5429792edc077d8c65d7bbf0f98c3d0e59837775 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 20 Sep 2004 03:25:28 -0400 Subject: the "bal" command mostly works now in main.py; added a finalize_entry hook --- autoxact.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'autoxact.h') 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 -- cgit v1.2.3