summaryrefslogtreecommitdiff
path: root/uclient.h
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-03-26 20:55:18 +0100
committerFelix Fietkau <nbd@openwrt.org>2014-03-26 20:55:18 +0100
commit4a3a8cb176aa932ed4bc88354fad76d91764c65f (patch)
treef58b974077c58e25dc88f4c47abd9dfb953130c6 /uclient.h
parent299b1af9c051248771537980ee2d16c29c61376d (diff)
downloaduclient-4a3a8cb176aa932ed4bc88354fad76d91764c65f.tar.gz
pass auth_str to uclient_new()
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Diffstat (limited to 'uclient.h')
-rw-r--r--uclient.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/uclient.h b/uclient.h
index 961f523..60b021e 100644
--- a/uclient.h
+++ b/uclient.h
@@ -55,7 +55,7 @@ struct uclient_cb {
void (*error)(struct uclient *cl, int code);
};
-struct uclient *uclient_new(const char *url, const struct uclient_cb *cb);
+struct uclient *uclient_new(const char *url, const char *auth_str, const struct uclient_cb *cb);
void uclient_free(struct uclient *cl);
int uclient_connect_url(struct uclient *cl, const char *url_str);