]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - host.c
cleaned up nearly all of the externs in .c files (moved to appropriate .h files)
[xonotic/darkplaces.git] / host.c
diff --git a/host.c b/host.c
index d169181f8d769e7370052bcee7ec011e524cc3f3..675e30ea0c30faf10d8c2fbdb7ee3ee9aa0e6b6a 100644 (file)
--- a/host.c
+++ b/host.c
@@ -119,7 +119,6 @@ This shuts down both the client and server
 ================
 */
 char hosterrorstring[4096];
-extern qboolean hostloopactive;
 void Host_Error (char *error, ...)
 {
        va_list         argptr;
@@ -762,14 +761,14 @@ void Host_Frame (float time)
 
 //============================================================================
 
-void Render_Init();
+void Render_Init(void);
 
 /*
 ====================
 Host_Init
 ====================
 */
-void Host_Init ()
+void Host_Init (void)
 {
        int i;
        /*