#ifndef MIME_H #define MIME_H #include const char *mimetype_get (register const char *str, register size_t len); #endif /* MIME_H*/