From 05df41f861b3b492221489423bc80360a21582da Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Fri, 21 Mar 2014 21:43:02 +0100 Subject: add support for reusing connections Signed-off-by: Felix Fietkau --- uclient-backend.h | 1 + 1 file changed, 1 insertion(+) (limited to 'uclient-backend.h') 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); -- cgit v1.2.1