EmailScheduler/MailCore.framework/Versions/A/Headers/MCHash.h
2014-09-13 17:13:32 -05:00

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