diff options
Diffstat (limited to 'libcommon/mime.h')
-rw-r--r-- | libcommon/mime.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libcommon/mime.h b/libcommon/mime.h new file mode 100644 index 0000000..c05eb45 --- /dev/null +++ b/libcommon/mime.h @@ -0,0 +1,5 @@ +#pragma once + +#include <string> + +std::string mime_type(const std::string& path); |