summaryrefslogtreecommitdiff
path: root/src/cl_public.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cl_public.h')
-rw-r--r--src/cl_public.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cl_public.h b/src/cl_public.h
index 577322b..0f7571c 100644
--- a/src/cl_public.h
+++ b/src/cl_public.h
@@ -53,7 +53,7 @@ void CL_ProcessEvents( void );
void CL_ErrorEvent( void );
#endif
void CL_Init (void);
-void CL_Disconnect( error_type_t type, const char *text );
+void CL_Disconnect( error_type_t type );
void CL_Shutdown (void);
unsigned CL_Frame (unsigned msec);
void CL_RestartFilesystem( qboolean total );