mirror of
https://git.sr.ht/~sircmpwn/gmnisrv
synced 2024-11-03 06:07:17 -05:00
9 lines
138 B
C
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
|