X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/7105a78b17b118866aee77735e26cffcd1fd08fd..94182d6031df0d956a94ecd7ece233e345468961:/cgit.h diff --git a/cgit.h b/cgit.h index f327627..b7eccdd 100644 --- a/cgit.h +++ b/cgit.h @@ -391,4 +391,6 @@ extern int readfile(const char *path, char **buf, size_t *size); extern char *expand_macros(const char *txt); +extern char *get_mimetype_for_filename(const char *filename); + #endif /* CGIT_H */