Fix prototype of CL_MasterListParse to actually match function definition.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1021 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Mark Olsen 2005-05-17 17:38:50 +00:00
parent 552647ceb1
commit cc73d5e994

View file

@ -49,7 +49,7 @@ typedef int SOCKET;
cvar_t slist_cacheinfo = {"slist_cacheinfo", "0"}; //this proves dangerous, memory wise.
cvar_t slist_writeserverstxt = {"slist_writeservers", "0"};
void CL_MasterListParse(qboolean isq2, qboolean slashpad);
void CL_MasterListParse(int type, qboolean slashpad);
void CL_QueryServers(void);
int CL_ReadServerInfo(char *msg, int servertype, qboolean favorite);