move nc to struct uclient_http
[project/uclient.git] / uclient.h
index f4009e0..e3d168a 100644 (file)
--- 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