summaryrefslogtreecommitdiff
path: root/src/net_client.h
diff options
context:
space:
mode:
authorSimon Howard2006-01-02 00:00:08 +0000
committerSimon Howard2006-01-02 00:00:08 +0000
commitc1a25efc7ecc82eb644203092a81c659aa523092 (patch)
treea7d260b7f712b9620f005ca4a718b7c8164b9543 /src/net_client.h
parent93ac1b74ab0f082a3ee8f1efc0ccd7f47bac3802 (diff)
downloadchocolate-doom-c1a25efc7ecc82eb644203092a81c659aa523092.tar.gz
chocolate-doom-c1a25efc7ecc82eb644203092a81c659aa523092.tar.bz2
chocolate-doom-c1a25efc7ecc82eb644203092a81c659aa523092.zip
Neater prefixes: NET_Client -> NET_CL_. NET_Server -> NET_SV_.
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 239
Diffstat (limited to 'src/net_client.h')
-rw-r--r--src/net_client.h11
1 files changed, 7 insertions, 4 deletions
diff --git a/src/net_client.h b/src/net_client.h
index 7f3c08d5..b746a8e7 100644
--- a/src/net_client.h
+++ b/src/net_client.h
@@ -1,7 +1,7 @@
// Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
-// $Id: net_client.h 238 2006-01-01 23:54:31Z fraggle $
+// $Id: net_client.h 239 2006-01-02 00:00:08Z fraggle $
//
// Copyright(C) 2005 Simon Howard
//
@@ -21,6 +21,9 @@
// 02111-1307, USA.
//
// $Log$
+// Revision 1.5 2006/01/02 00:00:08 fraggle
+// Neater prefixes: NET_Client -> NET_CL_. NET_Server -> NET_SV_.
+//
// Revision 1.4 2006/01/01 23:54:31 fraggle
// Client disconnect code
//
@@ -45,9 +48,9 @@
#include "net_defs.h"
-boolean NET_ClientConnect(net_addr_t *addr);
-void NET_ClientDisconnect(void);
-void NET_ClientRun(void);
+boolean NET_CL_Connect(net_addr_t *addr);
+void NET_CL_Disconnect(void);
+void NET_CL_Run(void);
#endif /* #ifndef NET_CLIENT_H */