summaryrefslogtreecommitdiff
path: root/src/login_sql/md5calc.h
blob: 505959c6a27cbee5d3c450ac83b2100d91709623 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
// Copyright (c) Athena Dev Teams - 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