summaryrefslogtreecommitdiffhomepage
path: root/mime.h
diff options
context:
space:
mode:
Diffstat (limited to 'mime.h')
-rw-r--r--mime.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/mime.h b/mime.h
index 8065d4f..1102b29 100644
--- a/mime.h
+++ b/mime.h
@@ -4,4 +4,8 @@
#define EXPORT __attribute__((visibility("default")))
+namespace Reichwein::Mime {
+
EXPORT std::string mime_type(const std::string& path);
+
+} // namespace