summaryrefslogtreecommitdiffstats
path: root/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'client.h')
-rw-r--r--client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/client.h b/client.h
index 64f0171..9a19439 100644
--- a/client.h
+++ b/client.h
@@ -5,6 +5,6 @@
void client_callback(void *data, int haveIn, int haveOut, int doCleanup);
-int client_send(epoll_client_t *client, const char *buffer, size_t len, const BOOL cork);
+BOOL client_send(epoll_client_t *client, const char *buffer, size_t len, const BOOL cork);
#endif