summaryrefslogtreecommitdiff
path: root/tools/libskrewt.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/libskrewt.h')
-rw-r--r--tools/libskrewt.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/libskrewt.h b/tools/libskrewt.h
new file mode 100644
index 0000000..c9d6721
--- /dev/null
+++ b/tools/libskrewt.h
@@ -0,0 +1,4 @@
+#include <string>
+
+void parse_content(const std::string type_spec_line,
+ std::string &maintype, std::string &boundary);