X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fuclient.git;a=blobdiff_plain;f=uclient.h;fp=uclient.h;h=ddc8b7845f9baaaee13ab766c93db706b191ff33;hp=fcd7769e711bb4d1a23b4a72a7d676e01ce2e506;hb=29c798a52907b7ee28c8e001c99ceed65ebe5d39;hpb=f9d9e776e6378bfe24737d6c4a7573f3842c7a9b 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);