* cl_guid for semi-reliable server authentication (from tjw)

This commit is contained in:
Tim Angus 2006-04-22 22:21:56 +00:00
parent 68b9eb3fba
commit 8aecee5158
4 changed files with 31 additions and 0 deletions

View file

@ -729,6 +729,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);
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);