
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9891 54d463be-8e91-2dee-dedb-b68131a5f0ec
8 lines
180 B
C
8 lines
180 B
C
#ifndef _MD5CALC_H_
|
|
#define _MD5CALC_H_
|
|
|
|
void MD5_String(const char * string, char * output);
|
|
void MD5_String2binary(const char * string, char * output);
|
|
|
|
#endif /* _MD5CALC_H_ */
|