summaryrefslogtreecommitdiff
path: root/uclient-backend.h
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-03-21 21:43:02 +0100
committerFelix Fietkau <nbd@openwrt.org>2014-03-21 21:43:02 +0100
commit05df41f861b3b492221489423bc80360a21582da (patch)
tree6c804c0f23eee945719f27d22591e88e62439ca6 /uclient-backend.h
parent66b4e5035104658ad54ef48a4d04e61cba8d4e01 (diff)
downloaduclient-05df41f861b3b492221489423bc80360a21582da.tar.gz
add support for reusing connections
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 5f83995..5022715 100644
--- a/uclient-backend.h
+++ b/uclient-backend.h
@@ -8,6 +8,7 @@ struct uclient_backend {
struct uclient *(*alloc)(void);
void (*free)(struct uclient *cl);
+ void (*update_url)(struct uclient *cl);
int (*connect)(struct uclient *cl);
int (*request)(struct uclient *cl);