summaryrefslogtreecommitdiff
path: root/src/mime/mime.h
blob: 171290aa5133a4192432db64e7332c82bbdbc714 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef INCGUARD_569e6cc3cc7a72f544dd00fb071f0a17
#define INCGUARD_569e6cc3cc7a72f544dd00fb071f0a17

#include "commonbase.h"


/**
 * Returns ptr to statically allocated mimetype.
 */
const char* fileExtToMime( const char*ext );


#endif /* INCGUARD_569e6cc3cc7a72f544dd00fb071f0a17 */