summaryrefslogtreecommitdiff
path: root/uclient.h
diff options
context:
space:
mode:
Diffstat (limited to 'uclient.h')
-rw-r--r--uclient.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/uclient.h b/uclient.h
index fcd7769..ddc8b78 100644
--- a/uclient.h
+++ b/uclient.h
@@ -82,6 +82,7 @@ void uclient_free(struct uclient *cl);
int uclient_set_url(struct uclient *cl, const char *url, const char *auth);
int uclient_connect(struct uclient *cl);
+void uclient_disconnect(struct uclient *cl);
int uclient_read(struct uclient *cl, char *buf, int len);
int uclient_write(struct uclient *cl, char *buf, int len);