halflife-thewastes-sdk/dedicated/md5.h
2000-06-05 00:00:00 +00:00

7 lines
126 B
C

#if !defined( MD5H )
#define MD5H
#pragma once
int MD5_Hash_File(unsigned char digest[16], char *pszFileName );
#endif