tinywebd

view src/mime.h @ 6:4f191dbfac7e

commited a bunch of missing files from previous commits
author John Tsiombikas <nuclear@member.fsf.org>
date Fri, 17 Apr 2015 01:57:25 +0300
parents
children
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_ */