]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - net_wins.c
cleaned up nearly all of the externs in .c files (moved to appropriate .h files)
[xonotic/darkplaces.git] / net_wins.c
index f16c51524676dfbc997e9744448e9e62ea1901b5..21eedf8c4e5b69fec73176d0697cc2aacb8a863c 100644 (file)
@@ -22,8 +22,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 #include "quakedef.h"
 #include "winquake.h"
 
-extern cvar_t hostname;
-
 #define MAXHOSTNAMELEN         256
 
 static int net_acceptsocket = -1;              // socket for fielding new connections
@@ -88,7 +86,7 @@ BOOL PASCAL FAR BlockingHook(void)
 } 
 
 
-void WINS_GetLocalAddress()
+void WINS_GetLocalAddress(void)
 {
        struct hostent  *local = NULL;
        char                    buff[MAXHOSTNAMELEN];