X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fuclient.git;a=blobdiff_plain;f=uclient-backend.h;h=fdebf2618d0f2ad9361ac8dc85f59b8080a3776d;hp=50227155dd45feaa44b9d985a4c705085fd01a99;hb=8102f4c0c3923aecd078c1bd15f6b1156b4f5f4d;hpb=05df41f861b3b492221489423bc80360a21582da diff --git a/uclient-backend.h b/uclient-backend.h index 5022715..fdebf26 100644 --- a/uclient-backend.h +++ b/uclient-backend.h @@ -28,8 +28,9 @@ struct uclient_url { const char *auth; }; -extern const struct uclient_backend uclient_backend_http; +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