diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/mime.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/mime.h b/include/mime.h new file mode 100644 index 0000000..33d36cb --- /dev/null +++ b/include/mime.h @@ -0,0 +1,6 @@ +#ifndef GMNISRV_MIME +#define GMNISRV_MIME + +const char *gmnisrv_mimetype_for_path(const char *path); + +#endif |
