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