core: add proxy support
[project/uclient.git] / uclient-backend.h
index 9ccc7999dbf7a0e3251db9d0a1be9ca90890f779..84d7b87243e050dcc32343ea9001bfd8df474c95 100644 (file)
@@ -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);