mirror of
https://git.sr.ht/~sircmpwn/gmnisrv
synced 2024-11-03 06:07:17 -05:00
7 lines
108 B
C
7 lines
108 B
C
#ifndef GMNISRV_MIME
|
|
#define GMNISRV_MIME
|
|
|
|
const char *gmnisrv_mimetype_for_path(const char *path);
|
|
|
|
#endif
|