aboutsummaryrefslogtreecommitdiff
path: root/bbot/utility
diff options
context:
space:
mode:
Diffstat (limited to 'bbot/utility')
-rw-r--r--bbot/utility4
1 files changed, 3 insertions, 1 deletions
diff --git a/bbot/utility b/bbot/utility
index 7fe6bfb..3424f2b 100644
--- a/bbot/utility
+++ b/bbot/utility
@@ -143,6 +143,7 @@ namespace bbot
parse_manifest (istream&,
const string& name,
const char* what,
+ bool fail_hard = true,
bool ignore_unknown = true);
template <typename T>
@@ -154,7 +155,8 @@ namespace bbot
serialize_manifest (const T&,
ostream&,
const string& name,
- const char* what);
+ const char* what,
+ bool fail_hard = true);
}
#include <bbot/utility.txx>