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

9 lines
138 B
C
Raw Permalink Normal View History

2020-09-26 14:36:52 -04:00
#ifndef GMNISRV_MIME
#define GMNISRV_MIME
2020-10-28 12:38:32 -04:00
void mime_init();
void mime_finish();
const char *mimetype_for_path(const char *path);
2020-09-26 14:36:52 -04:00
#endif