1
0
forked from aniani/gmnisrv
gmnisrv/include/mime.h

7 lines
108 B
C
Raw Normal View History

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