summaryrefslogtreecommitdiff
path: root/autoxact.h
diff options
context:
space:
mode:
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