]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - console.h
Fix bad memory overrun bug in R_Shadow_PrepareLights_AddSceneLight - it was not multi...
[xonotic/darkplaces.git] / console.h
index f86ae155f052a8991fef595c5b541136f566e056..860c501eebfe3b89a0901842426e89ef72326915 100644 (file)
--- a/console.h
+++ b/console.h
@@ -28,7 +28,7 @@ extern int con_totallines;
 extern int con_backscroll;
 extern qboolean con_initialized;
 
-void Con_Rcon_Redirect_Init(lhnetsocket_t *sock, lhnetaddress_t *dest);
+void Con_Rcon_Redirect_Init(lhnetsocket_t *sock, lhnetaddress_t *dest, qboolean proquakeprotocol);
 void Con_Rcon_Redirect_End(void);
 void Con_Rcon_Redirect_Abort(void);
 
@@ -63,6 +63,8 @@ void Con_DrawNotify (void);
 void Con_ClearNotify (void);
 void Con_ToggleConsole_f (void);
 
+int Nicks_CompleteChatLine(char *buffer, size_t size, unsigned int pos);
+
 qboolean GetMapList (const char *s, char *completedname, int completednamebufferlength);
 
 /// wrapper function to attempt to either complete the command line