X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fuclient.git;a=blobdiff_plain;f=uclient.h;fp=uclient.h;h=e3d168a987e28e4178bfe55db1dc7ede53bf4781;hp=f4009e0b068ae508b996574dce6eb80dddda1c09;hb=f619ebe9d3343867bc8a8d5e98e6b81e645129e5;hpb=0e5604d1d1abf7b6fd82d95da31c7718925e11fc diff --git a/uclient.h b/uclient.h index f4009e0..e3d168a 100644 --- a/uclient.h +++ b/uclient.h @@ -52,5 +52,6 @@ extern const struct uclient_backend uclient_backend_http; int uclient_http_set_header(struct uclient *cl, const char *name, const char *value); int uclient_http_reset_headers(struct uclient *cl, const char *name, const char *value); int uclient_http_set_request_type(struct uclient *cl, const char *type); +bool uclient_http_redirect(struct uclient *cl); #endif