summaryrefslogtreecommitdiffhomepage
path: root/mime.h
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2023-01-02 16:32:01 +0100
committerRoland Reichwein <mail@reichwein.it>2023-01-02 16:32:01 +0100
commitd00dc2c69164d8a8850d317f2868c6f131b7f679 (patch)
treec206c5088be0ed2fa0af692f1e0bc739f66d0b0a /mime.h
First lib versionv1.0
Diffstat (limited to 'mime.h')
-rw-r--r--mime.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/mime.h b/mime.h
new file mode 100644
index 0000000..c05eb45
--- /dev/null
+++ b/mime.h
@@ -0,0 +1,5 @@
+#pragma once
+
+#include <string>
+
+std::string mime_type(const std::string& path);