summaryrefslogtreecommitdiff
path: root/source/net_chan.h
diff options
context:
space:
mode:
authorAndrey Nazarov <skuller@skuller.net>2009-01-10 22:10:03 +0000
committerAndrey Nazarov <skuller@skuller.net>2009-01-10 22:10:03 +0000
commit9b015c1322a3e8be37c476d1be5f4ef68d2b8b9c (patch)
tree9fb9a7dfd9b5154ecf5d871906ec7a548aab077e /source/net_chan.h
parent7ee7c25e791d374ef960bbfc084b23c579f8a2ed (diff)
Made MinGW built OpenFFA game DLL loadable on Win32.
Server now disallows ‘map’ command by default if no latched variables were changed. Added ‘sv_allow_map’ cvar to turn this check off. Implemented ‘kickban’ server command. Made address/mask matching code endianess safe. Made ‘dumpuser’ server command more verbose. Display client FPS value in the output of ‘status’ command. Fixed a crash when MVD channel with an active GTV connection was destroyed. Made it possible to re-enable old Q2 brush tracing bug via ‘map_allsolid_bug’ cvar. Added ‘allow_download_textures’ and ‘allow_download_pics’ cvar for fine tuning download options on client and server sides. Changed ‘allow_download’ default value to 0.
Diffstat (limited to 'source/net_chan.h')
-rw-r--r--source/net_chan.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/net_chan.h b/source/net_chan.h
index 0fb35f0..1950243 100644
--- a/source/net_chan.h
+++ b/source/net_chan.h
@@ -64,8 +64,8 @@ extern cvar_t *net_maxmsglen;
extern cvar_t *net_chantype;
void Netchan_Init( void );
-neterr_t Netchan_OutOfBandPrint( netsrc_t sock, const netadr_t *adr,
- const char *format, ... );
+neterr_t Netchan_OutOfBand( netsrc_t sock, const netadr_t *adr,
+ const char *format, ... ) q_printf( 3, 4 );
netchan_t *Netchan_Setup( netsrc_t sock, netchan_type_t type,
const netadr_t *adr, int qport, size_t maxpacketlen, int protocol );
void Netchan_Close( netchan_t *netchan );