X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fuclient.git;a=blobdiff_plain;f=uclient.h;fp=uclient.h;h=e3695db6409b8069a0081c43ce3abde72b7f20ed;hp=504fc3535c50b82ab381680f326889425278f8ce;hb=f50a654323bbfeb0de53aa2178755b282bcc9d22;hpb=caa8052ac55218a687593f3dcf30229016e48b0d diff --git a/uclient.h b/uclient.h index 504fc35..e3695db 100644 --- a/uclient.h +++ b/uclient.h @@ -125,5 +125,6 @@ int uclient_http_redirect(struct uclient *cl); int uclient_http_set_ssl_ctx(struct uclient *cl, const struct ustream_ssl_ops *ops, struct ustream_ssl_ctx *ctx, bool require_validation); +int uclient_http_set_address_family(struct uclient *cl, int af); #endif