bye warnings

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@521 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2004-11-23 01:15:58 +00:00
parent b4e92d7af3
commit bb58b920f4
1 changed files with 4 additions and 0 deletions

View File

@ -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);