X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=uclient.h;h=fcd7769e711bb4d1a23b4a72a7d676e01ce2e506;hb=c2bfab5a8c892c890c6fa374319c30f1a1728888;hp=95b6d57a521bd33e53260c6ab86499897421bd36;hpb=3ddb765bd513a70d128810b65c3a45f81690782e;p=project%2Fuclient.git diff --git a/uclient.h b/uclient.h index 95b6d57..fcd7769 100644 --- a/uclient.h +++ b/uclient.h @@ -41,6 +41,17 @@ union uclient_addr { struct sockaddr_in6 sin6; }; +struct uclient_url { + const struct uclient_backend *backend; + int prefix; + + const char *host; + const char *port; + const char *location; + + const char *auth; +}; + struct uclient { const struct uclient_backend *backend; const struct uclient_cb *cb;