diff options
author | erdgeist <> | 2003-12-13 11:44:33 +0000 |
---|---|---|
committer | erdgeist <> | 2003-12-13 11:44:33 +0000 |
commit | dc6e7bc1160c777a0464de1985501a4e4a046b1e (patch) | |
tree | 349a3997e80b163cbb41dbc70ceddc3e6b845b79 /vchat.h | |
parent | 56453afa766ac8bf74e04d630d06ca2119e7b538 (diff) |
Experimental V6 support
Diffstat (limited to 'vchat.h')
-rwxr-xr-x | vchat.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -181,7 +181,7 @@ void clearfilters ( char colour ); | |||
181 | extern unsigned char *vchat_io_version; | 181 | extern unsigned char *vchat_io_version; |
182 | 182 | ||
183 | /* connect/disconnect */ | 183 | /* connect/disconnect */ |
184 | int vcconnect (unsigned char *server, unsigned int port); | 184 | int vcconnect (unsigned char *server, unsigned char *port); |
185 | void vcdisconnect (); | 185 | void vcdisconnect (); |
186 | 186 | ||
187 | /* network I/O */ | 187 | /* network I/O */ |