mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-13 10:13:46 +01:00
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
|