From 1646bf59c7bc568bd4788cc43c166e4eaa0dca3d Mon Sep 17 00:00:00 2001 From: tjw Date: Mon, 12 Feb 2007 18:52:15 +0000 Subject: * (bug 3019) adds the cvar cl_guidServerUniq (defaults to 1). When set to non-zero, cl_guid will be unique for each server that the client connects to git-svn-id: svn://svn.icculus.org/quake3/trunk@1041 edf5b092-35ff-0310-97b2-ce42778d08ea --- code/qcommon/qcommon.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'code/qcommon/qcommon.h') diff --git a/code/qcommon/qcommon.h b/code/qcommon/qcommon.h index b07d77e..8bde028 100644 --- a/code/qcommon/qcommon.h +++ b/code/qcommon/qcommon.h @@ -732,7 +732,7 @@ void Com_Quit_f( void ); int Com_EventLoop( void ); int Com_Milliseconds( void ); // will be journaled properly unsigned Com_BlockChecksum( const void *buffer, int length ); -char *Com_MD5File(const char *filename, int length); +char *Com_MD5File(const char *filename, int length, const char *prefix, int prefix_len); int Com_HashKey(char *string, int maxlen); int Com_Filter(char *filter, char *name, int casesensitive); int Com_FilterPath(char *filter, char *name, int casesensitive); -- cgit v1.2.3