summaryrefslogtreecommitdiff
path: root/plugins/MirOTR/MirOTR/src/striphtml.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/MirOTR/MirOTR/src/striphtml.h')
-rw-r--r--plugins/MirOTR/MirOTR/src/striphtml.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/plugins/MirOTR/MirOTR/src/striphtml.h b/plugins/MirOTR/MirOTR/src/striphtml.h
new file mode 100644
index 0000000000..7cffc41f22
--- /dev/null
+++ b/plugins/MirOTR/MirOTR/src/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