diff options
author | John Wiegley <johnw@newartisans.com> | 2004-09-20 03:25:28 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2004-09-20 03:25:28 -0400 |
commit | 5429792edc077d8c65d7bbf0f98c3d0e59837775 (patch) | |
tree | 3d068afe20d09862f064367cfdef58bc107a8558 /autoxact.h | |
parent | 18879bbe85cdef7a60d0692e17b9c835c81e77fc (diff) | |
download | fork-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.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -88,6 +88,10 @@ public: } }; +extern automated_transactions_t * current_auto_xacts; + +bool handle_auto_xacts(entry_t * entry); + } // namespace ledger #endif // _AUTOXACT_H |