]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - net_udp.c
cleaned up nearly all of the externs in .c files (moved to appropriate .h files)
[xonotic/darkplaces.git] / net_udp.c
index f21c3ebd73b6f8f530e9f6b6400cd19c7710d4c3..ed5d066e0978e803b9fdba7c8087b3a40fe4d317 100644 (file)
--- a/net_udp.c
+++ b/net_udp.c
@@ -40,8 +40,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 extern int gethostname (char *, int);
 extern int close (int);
 
-extern cvar_t hostname;
-
 static int net_acceptsocket = -1;              // socket for fielding new connections
 static int net_controlsocket;
 static int net_broadcastsocket = 0;