From 5c330068e75946286e8e0d3dc0bd381e419074a9 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Wed, 4 Jan 2023 15:16:36 +0100 Subject: Namespaces for API --- mime.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'mime.h') 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 -- cgit v1.2.3