git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12955
d7cf8633-e32d-0410-b094-
e92efae38249
This is sent just before a server changes levels
==================
*/
-void CL_Reconnect_f(cmd_state_t *cmd)
+static void CL_Reconnect_f(cmd_state_t *cmd)
{
char temp[128];
// if not connected, reconnect to the most recent server
void SV_ClientCommands(const char *fmt, ...) DP_FUNC_PRINTF(1);
double SV_Frame(double time);
void SV_Shutdown(void);
-void CL_Reconnect_f(cmd_state_t *cmd);
void Host_NoOperation_f(cmd_state_t *cmd);
void Host_LockSession(void);
void Host_UnlockSession(void);