diff options
author | John Wiegley <johnw@newartisans.com> | 2009-02-23 19:07:30 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-02-23 19:07:30 -0400 |
commit | 944c63e6f26d1f05ba6f63c60f510d3796872f3e (patch) | |
tree | e1fc54319c2c42c16a64e95930acaca063658863 /src/derive.h | |
parent | 057506ab6dddbfb75d1bb29289602f375ca57df5 (diff) | |
download | fork-ledger-944c63e6f26d1f05ba6f63c60f510d3796872f3e.tar.gz fork-ledger-944c63e6f26d1f05ba6f63c60f510d3796872f3e.tar.bz2 fork-ledger-944c63e6f26d1f05ba6f63c60f510d3796872f3e.zip |
The Great Renaming, Part II
The last commit did not contain the majority of changes because of a
slight mishap. This contains the real changeset.
Diffstat (limited to 'src/derive.h')
-rw-r--r-- | src/derive.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/derive.h b/src/derive.h index 2cefc3bf..9825d496 100644 --- a/src/derive.h +++ b/src/derive.h @@ -50,12 +50,12 @@ namespace ledger { -value_t entry_command(call_scope_t& args); +value_t xact_command(call_scope_t& args); value_t template_command(call_scope_t& args); -class entry_t; +class xact_t; class report_t; -entry_t * derive_new_entry(report_t& report, +xact_t * derive_new_xact(report_t& report, value_t::sequence_t::const_iterator i, value_t::sequence_t::const_iterator end); |