aboutsummarylogtreecommitdiffstats
path: root/string-tick.h
diff options
context:
space:
mode:
authorAntony Kellermann2018-05-27 13:10:55 -0400
committerAntony Kellermann2018-05-27 13:10:55 -0400
commitae945b19f0fb05021e653b7aa2376fc34abaf840 (patch)
treea6be0336acfa37371b5ff6e51437c6271215def3 /string-tick.h
parent5cef0e640da577b9d5dc9f86a9973b903531ff41 (diff)
downloadaur-ae945b19f0fb05021e653b7aa2376fc34abaf840.tar.gz
Modified news to take data from iex, instead of News API
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
*/