aboutsummaryrefslogtreecommitdiffstats
path: root/src/blogc-runserver/mime.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/blogc-runserver/mime.h')
-rw-r--r--src/blogc-runserver/mime.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/blogc-runserver/mime.h b/src/blogc-runserver/mime.h
new file mode 100644
index 0000000..a4b6409
--- /dev/null
+++ b/src/blogc-runserver/mime.h
@@ -0,0 +1,15 @@
+/*
+ * blogc: A blog compiler.
+ * Copyright (C) 2015-2016 Rafael G. Martins <rafael@rafaelmartins.eng.br>
+ *
+ * This program can be distributed under the terms of the BSD License.
+ * See the file LICENSE.
+ */
+
+#ifndef _MIME_H
+#define _MIME_H
+
+const char* br_mime_guess_content_type(const char *filename);
+char* br_mime_guess_index(const char *path);
+
+#endif /* _MIME_H */