summaryrefslogtreecommitdiff
path: root/src/op.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2012-03-13 10:33:51 -0500
committerJohn Wiegley <johnw@newartisans.com>2012-03-13 10:33:51 -0500
commite65fc729bc4d8adaa66b3fd702f93ef790155543 (patch)
tree7bc8b2cacab9ce1185ba6176434534eee18edcd0 /src/op.h
parentc8dd3d28e3ed39ca93f9aac71a127f15c8d65e4b (diff)
downloadfork-ledger-e65fc729bc4d8adaa66b3fd702f93ef790155543.tar.gz
fork-ledger-e65fc729bc4d8adaa66b3fd702f93ef790155543.tar.bz2
fork-ledger-e65fc729bc4d8adaa66b3fd702f93ef790155543.zip
Made split_cons_expr a global function
Diffstat (limited to 'src/op.h')
-rw-r--r--src/op.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/op.h b/src/op.h
index 03fcf816..973ba67f 100644
--- a/src/op.h
+++ b/src/op.h
@@ -371,6 +371,8 @@ expr_t::op_t::wrap_functor(expr_t::func_t fobj) {
string op_context(const expr_t::ptr_op_t op,
const expr_t::ptr_op_t locus = NULL);
+value_t split_cons_expr(expr_t::ptr_op_t op);
+
} // namespace ledger
#endif // _OP_H