From c9e63d4003a58f41367fef1f0672756cbb44ddfa Mon Sep 17 00:00:00 2001 From: Dirk Engling Date: Fri, 21 Apr 2023 23:48:36 +0200 Subject: Fix prototype --- vchat-connection.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ int vc_connect(const char *host, const char *port); void vc_sendmessage(const char *message); int vc_receive(); -int vc_poll(); +int vc_poll(int); void vc_disconnect(); const char *vchat_tls_version_external(); -- cgit v1.2.3