summaryrefslogtreecommitdiff
path: root/src/post.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2010-02-04 23:59:17 -0500
committerJohn Wiegley <johnw@newartisans.com>2010-02-05 00:00:40 -0500
commit69da18cd303b10f9badd542141ffdfd546009508 (patch)
tree2f3a39c4b71b8cb8b232502401e8dd2c8c2247ef /src/post.h
parent40eae8bf94f65a000541449b863ea26a469627fd (diff)
downloadfork-ledger-69da18cd303b10f9badd542141ffdfd546009508.tar.gz
fork-ledger-69da18cd303b10f9badd542141ffdfd546009508.tar.bz2
fork-ledger-69da18cd303b10f9badd542141ffdfd546009508.zip
Some minor refactoring of the textual parser
Diffstat (limited to 'src/post.h')
-rw-r--r--src/post.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/post.h b/src/post.h
index 3a8c5541..8852e7b2 100644
--- a/src/post.h
+++ b/src/post.h
@@ -115,6 +115,8 @@ public:
virtual expr_t::ptr_op_t lookup(const symbol_t::kind_t kind,
const string& name);
+ amount_t resolve_expr(scope_t& scope, expr_t& expr);
+
bool valid() const;
struct xdata_t : public supports_flags<uint_least16_t>