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

9 lines
138 B
C
Raw Permalink Normal View History

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