1
0
forked from aniani/gmnisrv
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