mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-10 22:53:47 +01:00
5021767a18
… and use it everywhere we want to get the content type of a file. Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
9 lines
183 B
C
9 lines
183 B
C
/* See LICENSE file for license and copyright information */
|
|
|
|
#ifndef ZATHURA_CONTENT_TYPE_H
|
|
#define ZATHURA_CONTENT_TYPE_H
|
|
|
|
const char* guess_content_type(const char* path);
|
|
|
|
#endif
|