* Yet another MD4 implementation

* Removed Com_BlockChecksumkey and replaced its functionality in the calling
  function
This commit is contained in:
Tim Angus 2006-01-18 15:53:50 +00:00
parent 0856744622
commit 6a396f761f
3 changed files with 188 additions and 199 deletions

View file

@ -726,7 +726,6 @@ 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 );
unsigned Com_BlockChecksumKey ( const void *buffer, int length, int key);
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);