summaryrefslogtreecommitdiff
path: root/tools.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools.h')
-rw-r--r--tools.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools.h b/tools.h
index 589767c..fdba13d 100644
--- a/tools.h
+++ b/tools.h
@@ -28,6 +28,7 @@ int StringToInt( std::string const& string, int base = 10 );
std::string StringRepeat(int times, const std::string& input);
std::string StringWordTruncate(const std::string& input, size_t maxLen, bool& truncated);
std::string StringEscapeAndBreak( std::string const& input );
+std::string StringFormatBreak(std::string const& input);
struct bad_lexical_cast: std::runtime_error
{