aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/basetypes/MCHash.h
blob: 5ef0c291959342af6a6a54233faba3f3b6a4bb85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef MAILCORE_MCHASH_H

#define MAILCORE_MCHASH_H

#ifdef __cplusplus

namespace mailcore {
    
    unsigned int hashCompute(const char * key, unsigned int len);
    
}

#endif

#endif