aboutsummarylogtreecommitdiffstats
path: root/string-tick.h
diff options
context:
space:
mode:
Diffstat (limited to 'string-tick.h')
-rw-r--r--string-tick.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/string-tick.h b/string-tick.h
index 71309f7849e3..93909c54fc73 100644
--- a/string-tick.h
+++ b/string-tick.h
@@ -60,6 +60,13 @@ void strtoupper(char* str);
char* strip_char(char* string, char c);
/**
+ * Returns the input string, stripped of all HTML tags.
+ * @param string input string
+ * @return input string
+ */
+char* strip_tags(char* string);
+
+/**
* Overwrites the portfolio with the given pString
* @param pString the String to overwrite with
*/