summaryrefslogtreecommitdiff
path: root/src/journal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/journal.h')
-rw-r--r--src/journal.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/journal.h b/src/journal.h
index 8c72becc..b0d61c98 100644
--- a/src/journal.h
+++ b/src/journal.h
@@ -97,8 +97,9 @@ public:
std::size_t parse(std::istream& in,
scope_t& session_scope,
- account_t * master,
- const path * original_file);
+ account_t * master = NULL,
+ const path * original_file = NULL,
+ bool strict = false);
bool valid() const;
};