summaryrefslogtreecommitdiff
path: root/session.h
diff options
context:
space:
mode:
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 e48eee11..a3bfb92f 100644
--- a/session.h
+++ b/session.h
@@ -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