X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fuclient.git;a=blobdiff_plain;f=uclient-backend.h;h=a5cf4f3d392ab9fd5fa2a6510d49c0f6bcfb355b;hp=4cba048f6965c872d3e070d8a108a99f292dc929;hb=98afb7483879d4a1af2dff48ebccf0608a831094;hpb=c2bfab5a8c892c890c6fa374319c30f1a1728888 diff --git a/uclient-backend.h b/uclient-backend.h index 4cba048..a5cf4f3 100644 --- a/uclient-backend.h +++ b/uclient-backend.h @@ -29,6 +29,7 @@ struct uclient_backend { int (*connect)(struct uclient *cl); int (*request)(struct uclient *cl); + void (*disconnect)(struct uclient *cl); int (*read)(struct uclient *cl, char *buf, unsigned int len); int (*write)(struct uclient *cl, char *buf, unsigned int len);