X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=console.h;h=8b2d7680579a2d26b982bd96a43a08e68fb763dc;hb=a14d8ac6ca1ca641b68a666983531298ee036576;hp=f86ae155f052a8991fef595c5b541136f566e056;hpb=b24bdbbbbfe16b3f2d7e5823386bf1c68578524e;p=xonotic%2Fdarkplaces.git diff --git a/console.h b/console.h index f86ae155..8b2d7680 100644 --- 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);