X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=console.h;h=438e9ca21e2ea40b46eae26621d73a2de23f554c;hp=10009bf145008edeebb529447147ff094795991e;hb=321a67123284c38c22f8edd418913615ee0c2682;hpb=55a5d72bf63b2d0a47059e0d2504bfd03a67d3a7 diff --git a/console.h b/console.h index 10009bf1..438e9ca2 100644 --- a/console.h +++ b/console.h @@ -29,8 +29,8 @@ extern int con_backscroll; extern qboolean con_initialized; void Con_Rcon_Redirect_Init(lhnetsocket_t *sock, lhnetaddress_t *dest); -void Con_Rcon_Redirect_End(); -void Con_Rcon_Redirect_Abort(); +void Con_Rcon_Redirect_End(void); +void Con_Rcon_Redirect_Abort(void); /// If the line width has changed, reformat the buffer. void Con_CheckResize (void);