add support for reusing connections
[project/uclient.git] / uclient-backend.h
index 5f83995..5022715 100644 (file)
@@ -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);