X-Git-Url: http://git.archive.openwrt.org/?a=blobdiff_plain;f=uclient-backend.h;h=5f83995d5835932ea3a5734c3c24cc250859dac8;hb=9099aff296c1fdc4ba49908018b46f913fe7d9e7;hp=f72c11fb3ad2f5eee7b14c09b96b64bb32d2ab33;hpb=c280d54e1bc79de4424fabc3fad011cc15587b81;p=project%2Fuclient.git diff --git a/uclient-backend.h b/uclient-backend.h index f72c11f..5f83995 100644 --- a/uclient-backend.h +++ b/uclient-backend.h @@ -14,7 +14,6 @@ struct uclient_backend { int (*read)(struct uclient *cl, char *buf, unsigned int len); int (*write)(struct uclient *cl, char *buf, unsigned int len); - int (*set_write_len)(struct uclient *cl, unsigned int len); }; struct uclient_url {