summaryrefslogtreecommitdiff
path: root/src/post.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/post.h')
-rw-r--r--src/post.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/post.h b/src/post.h
index 272cd9d8..226d6289 100644
--- a/src/post.h
+++ b/src/post.h
@@ -118,6 +118,9 @@ public:
amount_t resolve_expr(scope_t& scope, expr_t& expr);
+ std::size_t xact_id() const;
+ std::size_t account_id() const;
+
bool valid() const;
struct xdata_t : public supports_flags<uint_least16_t>