16 lines
189 B
C
16 lines
189 B
C
|
#ifndef MAILCORE_MCHASH_H
|
||
|
|
||
|
#define MAILCORE_MCHASH_H
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
|
||
|
namespace mailcore {
|
||
|
|
||
|
unsigned int hashCompute(const char * key, unsigned int len);
|
||
|
|
||
|
}
|
||
|
|
||
|
#endif
|
||
|
|
||
|
#endif
|