mirror of
https://github.com/nealey/eris.git
synced 2025-01-19 05:14:40 -07:00
6 lines
83 B
C
6 lines
83 B
C
#ifndef __MIME_H__
|
|
#define __MIME_H__
|
|
|
|
const char *getmimetype(char *url);
|
|
|
|
#endif
|