summaryrefslogtreecommitdiff
path: root/src/mime/mime.h
blob: 97c8b36bccfb7ec6bb8e0a008d6a68314dfa69b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* By using this work you agree to the terms and conditions in 'LICENSE.txt' */

#ifndef INCGUARD_569e6cc3cc7a72f544dd00fb071f0a17
#define INCGUARD_569e6cc3cc7a72f544dd00fb071f0a17

#include "commonbase.h"


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


#endif /* INCGUARD_569e6cc3cc7a72f544dd00fb071f0a17 */