summaryrefslogtreecommitdiff
path: root/src/net_client.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net_client.h')
-rw-r--r--src/net_client.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/net_client.h b/src/net_client.h
index 086d8c6d..5823627f 100644
--- a/src/net_client.h
+++ b/src/net_client.h
@@ -1,7 +1,7 @@
// Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
-// $Id: net_client.h 232 2005-12-29 17:48:25Z fraggle $
+// $Id: net_client.h 233 2005-12-29 21:29:55Z fraggle $
//
// Copyright(C) 2005 Simon Howard
//
@@ -21,6 +21,9 @@
// 02111-1307, USA.
//
// $Log$
+// Revision 1.2 2005/12/29 21:29:55 fraggle
+// Working client connect code
+//
// Revision 1.1 2005/12/29 17:48:25 fraggle
// Add initial client/server connect code. Reorganise sources list in
// Makefile.am.
@@ -34,7 +37,7 @@
#include "net_defs.h"
-boolean NET_ClietConnect(net_addr_t *addr);
+boolean NET_ClientConnect(net_addr_t *addr);
#endif /* #ifndef NET_CLIENT_H */