1
0
mirror of https://git.sr.ht/~sircmpwn/gmnisrv synced 2024-06-29 17:55:25 +00:00
gmnisrv/include/mime.h

7 lines
108 B
C
Raw Normal View History

2020-09-26 18:36:52 +00:00
#ifndef GMNISRV_MIME
#define GMNISRV_MIME
const char *gmnisrv_mimetype_for_path(const char *path);
#endif