summaryrefslogtreecommitdiff
path: root/session.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2008-07-29 20:10:03 -0400
committerJohn Wiegley <johnw@newartisans.com>2008-07-29 20:10:03 -0400
commitea27d1b45a5ff975a1e90e3e9f4b74ff8d34056e (patch)
tree492a147199ad921959f86e8f0b4ec4edc1eeed46 /session.h
parent200d919fe7c8bcf021011c16fb6ec50821444d5e (diff)
downloadfork-ledger-ea27d1b45a5ff975a1e90e3e9f4b74ff8d34056e.tar.gz
fork-ledger-ea27d1b45a5ff975a1e90e3e9f4b74ff8d34056e.tar.bz2
fork-ledger-ea27d1b45a5ff975a1e90e3e9f4b74ff8d34056e.zip
Moved around and renamed a very large amount of code in order to rationalize
the way that value expressions extract information from journal objects.
Diffstat (limited to 'session.h')
-rw-r--r--session.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/session.h b/session.h
index 944b9ce2..36d0470f 100644
--- a/session.h
+++ b/session.h
@@ -34,6 +34,7 @@
#include "scope.h"
#include "journal.h"
+#include "account.h"
namespace ledger {
@@ -165,8 +166,8 @@ public:
void clean_accounts();
- void clean_transactions();
- void clean_transactions(entry_t& entry);
+ void clean_xacts();
+ void clean_xacts(entry_t& entry);
//
// Scope members