summaryrefslogtreecommitdiff
path: root/uclient-backend.h
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2016-01-16 23:08:31 +0100
committerFelix Fietkau <nbd@openwrt.org>2016-01-16 23:08:37 +0100
commit2c1cb6dcec5472088badfbda9b7a865660d4eef2 (patch)
tree7871029302081dbf4b223fd87f6dbb935b96f11b /uclient-backend.h
parent77164692aaeb4b18772df7e8bb7fdcb5eed45313 (diff)
downloaduclient-2c1cb6dcec5472088badfbda9b7a865660d4eef2.tar.gz
core: add proxy support
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Diffstat (limited to 'uclient-backend.h')
-rw-r--r--uclient-backend.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/uclient-backend.h b/uclient-backend.h
index 9ccc799..84d7b87 100644
--- a/uclient-backend.h
+++ b/uclient-backend.h
@@ -25,6 +25,7 @@ struct uclient_backend {
struct uclient *(*alloc)(void);
void (*free)(struct uclient *cl);
+ void (*update_proxy_url)(struct uclient *cl);
void (*update_url)(struct uclient *cl);
int (*connect)(struct uclient *cl);