
[16969:16991/trunk/src/] will be re-committed in the next 24 hours. git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16992 54d463be-8e91-2dee-dedb-b68131a5f0ec
9 lines
230 B
C
9 lines
230 B
C
#ifndef _MD5CALC_H_
|
|
#define _MD5CALC_H_
|
|
|
|
void MD5_String(const char * string, char * output);
|
|
void MD5_Binary(const char * string, unsigned char * output);
|
|
void MD5_Salt(unsigned int len, char * output);
|
|
|
|
#endif /* _MD5CALC_H_ */
|