summaryrefslogtreecommitdiff
path: root/vchat.h
diff options
context:
space:
mode:
authorerdgeist <>2003-12-13 11:44:33 +0000
committererdgeist <>2003-12-13 11:44:33 +0000
commitdc6e7bc1160c777a0464de1985501a4e4a046b1e (patch)
tree349a3997e80b163cbb41dbc70ceddc3e6b845b79 /vchat.h
parent56453afa766ac8bf74e04d630d06ca2119e7b538 (diff)
Experimental V6 support
Diffstat (limited to 'vchat.h')
-rwxr-xr-xvchat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vchat.h b/vchat.h
index ec5da02..fcae04f 100755
--- a/vchat.h
+++ b/vchat.h
@@ -181,7 +181,7 @@ void clearfilters ( char colour );
181extern unsigned char *vchat_io_version; 181extern unsigned char *vchat_io_version;
182 182
183/* connect/disconnect */ 183/* connect/disconnect */
184int vcconnect (unsigned char *server, unsigned int port); 184int vcconnect (unsigned char *server, unsigned char *port);
185void vcdisconnect (); 185void vcdisconnect ();
186 186
187/* network I/O */ 187/* network I/O */