X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/7105a78b17b118866aee77735e26cffcd1fd08fd..aa943bc9a68ccdcc5cbe29f6ac3b5e787d4c22ca:/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 */