summaryrefslogtreecommitdiff
path: root/vchat-connection.h
diff options
context:
space:
mode:
Diffstat (limited to 'vchat-connection.h')
-rw-r--r--vchat-connection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vchat-connection.h b/vchat-connection.h
index 766dc0a..84294f6 100644
--- a/vchat-connection.h
+++ b/vchat-connection.h
@@ -5,7 +5,7 @@
5int vc_connect(const char *host, const char *port); 5int vc_connect(const char *host, const char *port);
6void vc_sendmessage(const char *message); 6void vc_sendmessage(const char *message);
7int vc_receive(); 7int vc_receive();
8int vc_poll(); 8int vc_poll(int);
9void vc_disconnect(); 9void vc_disconnect();
10 10
11const char *vchat_tls_version_external(); 11const char *vchat_tls_version_external();