summaryrefslogtreecommitdiff
path: root/vchat-connection.h
diff options
context:
space:
mode:
Diffstat (limited to 'vchat-connection.h')
-rw-r--r--vchat-connection.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/vchat-connection.h b/vchat-connection.h
index a56dc29..9b3ccaa 100644
--- a/vchat-connection.h
+++ b/vchat-connection.h
@@ -2,8 +2,8 @@
2 2
3#include <stdint.h> 3#include <stdint.h>
4 4
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);
7void vc_receive(); 7void vc_receive();
8int vc_poll(); 8int vc_poll();
9void vc_disconnect(); 9void vc_disconnect();