aboutsummaryrefslogtreecommitdiff
path: root/bbot/utility.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'bbot/utility.hxx')
-rw-r--r--bbot/utility.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/bbot/utility.hxx b/bbot/utility.hxx
index 2bc0320..35136bd 100644
--- a/bbot/utility.hxx
+++ b/bbot/utility.hxx
@@ -147,7 +147,10 @@ namespace bbot
template <typename T>
void
- serialize_manifest (const T&, const path&, const char* what);
+ serialize_manifest (const T&,
+ const path&,
+ const char* what,
+ bool long_lines = false);
template <typename T>
void
@@ -155,7 +158,8 @@ namespace bbot
ostream&,
const string& name,
const char* what,
- bool fail_hard = true);
+ bool fail_hard = true,
+ bool long_lines = false);
}
#include <bbot/utility.txx>