]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - console.h
fix all the () problems, and make gcc warn for them
[xonotic/darkplaces.git] / console.h
index 10009bf145008edeebb529447147ff094795991e..438e9ca21e2ea40b46eae26621d73a2de23f554c 100644 (file)
--- 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);