From 8fbe2716f550b1feddccdc4e8de3d391d414f5df Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sat, 29 Mar 2014 23:29:38 +0100 Subject: fix arguments to uclient_http_reset_headers Signed-off-by: Felix Fietkau --- uclient.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'uclient.h') diff --git a/uclient.h b/uclient.h index e8214c2..65e48b2 100644 --- a/uclient.h +++ b/uclient.h @@ -68,8 +68,8 @@ int uclient_request(struct uclient *cl); /* HTTP */ extern const struct uclient_backend uclient_backend_http; +int uclient_http_reset_headers(struct uclient *cl); 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); -- cgit v1.2.1