aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/basetypes/MCHash.h
blob: bce93bfc596fc7a60265bb9ab23b8752fbf3919e (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