eris/mime.h

7 lines
83 B
C

#ifndef __MIME_H__
#define __MIME_H__
const char *getmimetype(char *url);
#endif