From becc4460b6a60fcf193156a3810117a3eaaac182 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Wed, 28 Oct 2020 12:38:32 -0400 Subject: Implement MIME database support --- include/mime.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include/mime.h') diff --git a/include/mime.h b/include/mime.h index 33d36cb..39af6c3 100644 --- a/include/mime.h +++ b/include/mime.h @@ -1,6 +1,8 @@ #ifndef GMNISRV_MIME #define GMNISRV_MIME -const char *gmnisrv_mimetype_for_path(const char *path); +void mime_init(); +void mime_finish(); +const char *mimetype_for_path(const char *path); #endif -- cgit v1.2.3