aboutsummaryrefslogtreecommitdiffstats
path: root/include/mime.h
diff options
context:
space:
mode:
authorjustanothercatgirl <sotov@twistea.su>2025-04-04 23:05:02 +0200
committerjustanothercatgirl <sotov@twistea.su>2025-04-04 23:05:02 +0200
commit3ee36bbfe99c10c8b788ba80db8e4338913b818e (patch)
tree97e62ededda362b902c8d9bec6e3119479cac69e /include/mime.h
parent33ab84c109aada8233faaae40a6e65ca4ed01497 (diff)
parent0a452dd58176a20a5dad189ec9ef90fac74d5a92 (diff)
Merge remote-tracking branch 'origin/master'
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*/