From 6c1cc0b2c854dd56dcb6238816a6ce2cb493c71c Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Sun, 10 May 2020 18:18:37 +0200 Subject: Separated out lib --- libcommon/mime.h | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 libcommon/mime.h (limited to 'libcommon/mime.h') 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 + +std::string mime_type(const std::string& path); -- cgit v1.2.3