summaryrefslogtreecommitdiff
path: root/src/mime/mime.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mime/mime.h')
-rw-r--r--src/mime/mime.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/mime/mime.h b/src/mime/mime.h
new file mode 100644
index 0000000..171290a
--- /dev/null
+++ b/src/mime/mime.h
@@ -0,0 +1,13 @@
+#ifndef INCGUARD_569e6cc3cc7a72f544dd00fb071f0a17
+#define INCGUARD_569e6cc3cc7a72f544dd00fb071f0a17
+
+#include "commonbase.h"
+
+
+/**
+ * Returns ptr to statically allocated mimetype.
+ */
+const char* fileExtToMime( const char*ext );
+
+
+#endif /* INCGUARD_569e6cc3cc7a72f544dd00fb071f0a17 */