From bb58b920f434e65346064b5fab62f38ea9ceca76 Mon Sep 17 00:00:00 2001 From: Spoike Date: Tue, 23 Nov 2004 01:15:58 +0000 Subject: [PATCH] bye warnings git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@521 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/nqnet/nqnet.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/engine/nqnet/nqnet.h b/engine/nqnet/nqnet.h index 442b2c63..efd79be2 100644 --- a/engine/nqnet/nqnet.h +++ b/engine/nqnet/nqnet.h @@ -313,6 +313,10 @@ void NET_Close (struct qsocket_s *sock); // from a server. // A netcon_t number will not be reused until this function is called for it +//special case for DP servers, which use QW style connectionless commands to connect. +//this is called directly from the QW portions of code when they detect that the server is a DP server. +qsocket_t *Datagram_ConnectToDarkPlacesServer(netadr_t *nadr); + void NET_Poll(void);