diff options
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 |