summaryrefslogtreecommitdiff
path: root/src/ladmin/md5calc.h
blob: 1c42b16d9879c99e357e1021b54913fb142ca24f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
// (c) eAthena Dev Team - Licensed under GNU GPL
// For more information, see LICENCE in the main folder

#ifndef _MD5CALC_H_
#define _MD5CALC_H_

void MD5_String(const char * string, char * output);
void MD5_String2binary(const char * string, char * output);

#endif