aboutsummaryrefslogtreecommitdiffstats
path: root/code/qcommon/qcommon.h
diff options
context:
space:
mode:
authortma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea>2006-04-22 22:21:56 +0000
committertma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea>2006-04-22 22:21:56 +0000
commitf530c9e84b381e7ee6334efd907ec4f30bc02eab (patch)
tree039cb7da404774e596b75fa22d664dce7a188702 /code/qcommon/qcommon.h
parent005094d39f4371eb7fa09671ab6b067c0caf0c22 (diff)
downloadioquake3-aero-f530c9e84b381e7ee6334efd907ec4f30bc02eab.tar.gz
ioquake3-aero-f530c9e84b381e7ee6334efd907ec4f30bc02eab.zip
* cl_guid for semi-reliable server authentication (from tjw)
git-svn-id: svn://svn.icculus.org/quake3/trunk@720 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'code/qcommon/qcommon.h')
-rw-r--r--code/qcommon/qcommon.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/code/qcommon/qcommon.h b/code/qcommon/qcommon.h
index 5de428f..65cc7be 100644
--- a/code/qcommon/qcommon.h
+++ b/code/qcommon/qcommon.h
@@ -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);