X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=client.h;fp=client.h;h=3e007c70bde34b181c6f6739917f2a2e4def9d21;hb=0706fdfa8e33548670e59234409eac2c51849631;hp=8e6d0f50dba4625435d23164ce20accc2242c33d;hpb=4048c5cdec22f262fb5925aea3eb0d6941c4d0c5;p=xonotic%2Fdarkplaces.git diff --git a/client.h b/client.h index 8e6d0f50..3e007c70 100644 --- a/client.h +++ b/client.h @@ -1223,7 +1223,7 @@ void CL_StartVideo(void); void CL_EstablishConnection(const char *host, int firstarg); -void CL_Disconnect (void); +void CL_Disconnect (qbool kicked, const char *reason, ... ); void CL_Disconnect_f(cmd_state_t *cmd); void CL_UpdateRenderEntity(entity_render_t *ent);