aboutsummaryrefslogtreecommitdiffstats
path: root/code/qcommon/qcommon.h
diff options
context:
space:
mode:
authortma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea>2006-01-18 01:20:42 +0000
committertma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea>2006-01-18 01:20:42 +0000
commitcb5d742e67fa52d88221cae6281ac6eec4683afa (patch)
treec9808dd80f50665567617617a75708c53f11b86c /code/qcommon/qcommon.h
parent4de32a1f2e44d1eb58671e077b217766dec85eb9 (diff)
downloadioquake3-aero-cb5d742e67fa52d88221cae6281ac6eec4683afa.tar.gz
ioquake3-aero-cb5d742e67fa52d88221cae6281ac6eec4683afa.zip
* GPL MD4 implementation
* Removed obsolete compilation instructions from the id readme * Removed MD4 license from the id readme git-svn-id: svn://svn.icculus.org/quake3/trunk@499 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'code/qcommon/qcommon.h')
-rw-r--r--code/qcommon/qcommon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/code/qcommon/qcommon.h b/code/qcommon/qcommon.h
index de86d25..4438c8c 100644
--- a/code/qcommon/qcommon.h
+++ b/code/qcommon/qcommon.h
@@ -726,7 +726,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 );
-unsigned Com_BlockChecksumKey (void *buffer, int length, int key);
+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);