tinywebd

view libtinyweb/src/mime.h @ 11:b13fda5c01bc

comments in tinyweb.h and README file
author John Tsiombikas <nuclear@member.fsf.org>
date Sat, 18 Apr 2015 23:55:34 +0300
parents 4f191dbfac7e
children 86f703031228
line source
1 #ifndef MIME_H_
2 #define MIME_H_
4 int add_mime_type(const char *suffix, const char *type);
5 const char *mime_type(const char *path);
7 #endif /* MIME_H_ */