summaryrefslogtreecommitdiffstats
path: root/client.h
diff options
context:
space:
mode:
authorSimon Rettberg2014-09-09 18:07:48 +0200
committerSimon Rettberg2014-09-09 18:07:48 +0200
commitbbdf2fba7b9ae0fa97aa164bcf84c1b88df38f32 (patch)
tree0bad2dc5bb0112940272b22a31f5dc4a0e8b2840 /client.h
parentBail out on startup if an AD server is not reachable (diff)
downloadldadp-bbdf2fba7b9ae0fa97aa164bcf84c1b88df38f32.tar.gz
ldadp-bbdf2fba7b9ae0fa97aa164bcf84c1b88df38f32.tar.xz
ldadp-bbdf2fba7b9ae0fa97aa164bcf84c1b88df38f32.zip
Add OpenSSL-Support (Client<->Proxy)
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