]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - console.h
new tokenizer tokenize_console that matches the console tokenizing
[xonotic/darkplaces.git] / console.h
index 4aa3e956018de1f46bb7465a23b71f4f2c95f192..009b05bdc55e20a1cc9cc1b44d68fbf1231abb12 100644 (file)
--- a/console.h
+++ b/console.h
@@ -28,9 +28,9 @@ extern int con_totallines;
 extern int con_backscroll;
 extern qboolean con_initialized;
 
-extern qboolean rcon_redirect;
-extern int rcon_redirect_bufferpos;
-extern char rcon_redirect_buffer[1400];
+void Con_Rcon_Redirect_Init(lhnetsocket_t *sock, lhnetaddress_t *dest);
+void Con_Rcon_Redirect_End();
+void Con_Rcon_Redirect_Abort();
 
 void Con_CheckResize (void);
 void Con_Init (void);