summaryrefslogtreecommitdiff
path: root/src/mime/mime.h
blob: c3367a12c9e887fe14d299eb8e7197c5a40f60e5 (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 'LICENCE.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 */