example: handle uclient connection errors
[project/uclient.git] / uclient-backend.h
index 4cba048..a5cf4f3 100644 (file)
@@ -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);