summaryrefslogtreecommitdiffhomepage
path: root/mime.h
blob: 1102b2961b746765d55d0559c2122a0aebf2b3d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
#pragma once

#include <string>

#define EXPORT __attribute__((visibility("default")))

namespace Reichwein::Mime {

EXPORT std::string mime_type(const std::string& path);

} // namespace