X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fuclient.git;a=blobdiff_plain;f=uclient-backend.h;h=fdebf2618d0f2ad9361ac8dc85f59b8080a3776d;hp=abbfbc683bd1e7ff2168c53eaaf45aa58648ebb2;hb=8102f4c0c3923aecd078c1bd15f6b1156b4f5f4d;hpb=0e5604d1d1abf7b6fd82d95da31c7718925e11fc diff --git a/uclient-backend.h b/uclient-backend.h index abbfbc6..fdebf26 100644 --- a/uclient-backend.h +++ b/uclient-backend.h @@ -31,5 +31,6 @@ struct uclient_url { void uclient_backend_set_error(struct uclient *cl); void uclient_backend_set_eof(struct uclient *cl); void uclient_backend_reset_state(struct uclient *cl); +struct uclient_url *uclient_get_url(const char *url_str, const char *auth_str); #endif