diff options
Diffstat (limited to 'mime.h')
-rw-r--r-- | mime.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -4,4 +4,8 @@ #define EXPORT __attribute__((visibility("default"))) +namespace Reichwein::Mime { + EXPORT std::string mime_type(const std::string& path); + +} // namespace |