1
0
mirror of https://git.sr.ht/~sircmpwn/gmnisrv synced 2024-06-08 17:30:43 +00:00
gmnisrv/include/mime.h
2020-10-28 12:38:32 -04:00

9 lines
138 B
C

#ifndef GMNISRV_MIME
#define GMNISRV_MIME
void mime_init();
void mime_finish();
const char *mimetype_for_path(const char *path);
#endif