summaryrefslogtreecommitdiff
path: root/vchat.h
diff options
context:
space:
mode:
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 */