summaryrefslogtreecommitdiff
path: root/src/net_sdl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net_sdl.h')
-rw-r--r--src/net_sdl.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/net_sdl.h b/src/net_sdl.h
index edc3c000..43430962 100644
--- a/src/net_sdl.h
+++ b/src/net_sdl.h
@@ -1,7 +1,7 @@
// Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
-// $Id: net_sdl.h 229 2005-10-30 19:56:15Z fraggle $
+// $Id: net_sdl.h 244 2006-01-02 20:11:49Z fraggle $
//
// Copyright(C) 2005 Simon Howard
//
@@ -21,6 +21,9 @@
// 02111-1307, USA.
//
// $Log$
+// Revision 1.2 2006/01/02 20:11:49 fraggle
+// Rename i_net_module -> net_sdl_module. Fix the AddrToString method.
+//
// Revision 1.1 2005/10/30 19:56:15 fraggle
// Add foundation code for the new networking system
//
@@ -35,7 +38,7 @@
#include "net_defs.h"
-extern net_module_t i_net_module;
+extern net_module_t net_sdl_module;
#endif /* #ifndef NET_SDL_H */