halflife-thewastes-sdk/dedicated/md5.h

14 lines
331 B
C
Raw Normal View History

2001-11-08 00:00:00 +00:00
//========= Copyright <20> 1996-2001, Valve LLC, All rights reserved. ============
//
// Purpose:
//
// $NoKeywords: $
//=============================================================================
2000-06-05 00:00:00 +00:00
#if !defined( MD5H )
#define MD5H
#pragma once
int MD5_Hash_File(unsigned char digest[16], char *pszFileName );
#endif