diff options
author | Dirk Engling <erdgeist@erdgeist.org> | 2023-04-21 23:48:36 +0200 |
---|---|---|
committer | Dirk Engling <erdgeist@erdgeist.org> | 2023-04-21 23:48:36 +0200 |
commit | c9e63d4003a58f41367fef1f0672756cbb44ddfa (patch) | |
tree | 09d3f501c2547436f3ea51415f10f1e28e63cd4d | |
parent | 8c63b0679885fc6d7019b955e2a3f279473d775f (diff) |
Fix prototype
-rw-r--r-- | vchat-connection.h | 2 |
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 @@ | |||
5 | int vc_connect(const char *host, const char *port); | 5 | int vc_connect(const char *host, const char *port); |
6 | void vc_sendmessage(const char *message); | 6 | void vc_sendmessage(const char *message); |
7 | int vc_receive(); | 7 | int vc_receive(); |
8 | int vc_poll(); | 8 | int vc_poll(int); |
9 | void vc_disconnect(); | 9 | void vc_disconnect(); |
10 | 10 | ||
11 | const char *vchat_tls_version_external(); | 11 | const char *vchat_tls_version_external(); |