1
0
mirror of https://git.sr.ht/~sircmpwn/gmnisrv synced 2024-06-29 17:55:25 +00:00
gmnisrv/include/mime.h
2020-09-26 14:36:52 -04:00

7 lines
108 B
C

#ifndef GMNISRV_MIME
#define GMNISRV_MIME
const char *gmnisrv_mimetype_for_path(const char *path);
#endif