X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fuclient.git;a=blobdiff_plain;f=uclient-backend.h;h=50227155dd45feaa44b9d985a4c705085fd01a99;hp=5f83995d5835932ea3a5734c3c24cc250859dac8;hb=05df41f861b3b492221489423bc80360a21582da;hpb=66b4e5035104658ad54ef48a4d04e61cba8d4e01 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);