mirror of https://github.com/nealey/eris.git
7 lines
83 B
C
7 lines
83 B
C
|
#ifndef __MIME_H__
|
||
|
#define __MIME_H__
|
||
|
|
||
|
const char *getmimetype(char *url);
|
||
|
|
||
|
#endif
|