summaryrefslogtreecommitdiff
path: root/MirOTR/striphtml.h
diff options
context:
space:
mode:
Diffstat (limited to 'MirOTR/striphtml.h')
-rw-r--r--MirOTR/striphtml.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/MirOTR/striphtml.h b/MirOTR/striphtml.h
new file mode 100644
index 0000000..7cffc41
--- /dev/null
+++ b/MirOTR/striphtml.h
@@ -0,0 +1,11 @@
+#pragma once
+
+#include "stack"
+#include "string"
+
+struct STRIPHTML_DATA {
+ std::stack<char*> stack;
+ std::string buffer;
+};
+
+char * striphtml(char *html); \ No newline at end of file