aboutsummaryrefslogtreecommitdiffstats
path: root/include/mime.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mime.h')
-rw-r--r--include/mime.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/mime.h b/include/mime.h
new file mode 100644
index 0000000..2f51cb0
--- /dev/null
+++ b/include/mime.h
@@ -0,0 +1,7 @@
+#ifndef MIME_H
+#define MIME_H
+
+#include <stddef.h>
+const char *mimetype_get (register const char *str, register size_t len);
+
+#endif /* MIME_H*/