diff options
Diffstat (limited to 'session.h')
-rw-r--r-- | session.h | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -4,8 +4,6 @@ #include "journal.h" #include "parser.h" -#include <list> - namespace ledger { class session_t : public xml::xpath_t::scope_t @@ -189,6 +187,9 @@ class session_t : public xml::xpath_t::scope_t #endif }; +void initialize(); +void shutdown(); + } // namespace ledger #endif // _SESSION_H |