mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 22:51:57 +00:00
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:
parent
552647ceb1
commit
cc73d5e994
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue