blob: 2a5f9beb96bcad95e1cc9bc455e18553903ba3c6 [file] [log] [blame] [raw]
/*
copyright: Boaz segev, 2015
license: MIT
Feel free to copy, use and enjoy according to the license provided.
*/
#ifndef HTTP_MIME_TYPES_H
#define HTTP_MIME_TYPES_H
extern struct _____HTTP__MIME_____ { char* (*find)(char* ext); } MimeType;
#endif /* HTTP_MIME_TYPES_H */