summaryrefslogtreecommitdiff
path: root/src/string_func.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/string_func.h')
-rw-r--r--src/string_func.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/string_func.h b/src/string_func.h
index 13e14f2d3..6c894b3cb 100644
--- a/src/string_func.h
+++ b/src/string_func.h
@@ -49,6 +49,7 @@ bool strtolower(char *str);
bool strtolower(std::string &str, std::string::size_type offs = 0);
bool StrValid(const char *str, const char *last);
+void StrTrimInPlace(char *str);
/**
* Check if a string buffer is empty.