summaryrefslogtreecommitdiff
path: root/src/report.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2012-03-08 00:55:06 -0600
committerJohn Wiegley <johnw@newartisans.com>2012-03-08 00:55:06 -0600
commit21e8b7f6f0a182f67899c5cd3689a5e646d8ed4a (patch)
tree2f9124c1ca3584532c457eab2d7679d4821f0a05 /src/report.h
parent17a84642fbb4684d5a8415371003f12ccb760d99 (diff)
downloadfork-ledger-21e8b7f6f0a182f67899c5cd3689a5e646d8ed4a.tar.gz
fork-ledger-21e8b7f6f0a182f67899c5cd3689a5e646d8ed4a.tar.bz2
fork-ledger-21e8b7f6f0a182f67899c5cd3689a5e646d8ed4a.zip
Added nail_down() for pinning market value exprs
Diffstat (limited to 'src/report.h')
-rw-r--r--src/report.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/report.h b/src/report.h
index f50bdc28..515b14c2 100644
--- a/src/report.h
+++ b/src/report.h
@@ -170,6 +170,7 @@ public:
value_t fn_ansify_if(call_scope_t& scope);
value_t fn_percent(call_scope_t& scope);
value_t fn_commodity(call_scope_t& scope);
+ value_t fn_nail_down(call_scope_t& scope);
value_t fn_lot_date(call_scope_t& scope);
value_t fn_lot_price(call_scope_t& scope);
value_t fn_lot_tag(call_scope_t& scope);