summaryrefslogtreecommitdiff
path: root/uclient-backend.h
diff options
context:
space:
mode:
Diffstat (limited to 'uclient-backend.h')
-rw-r--r--uclient-backend.h1
1 files changed, 0 insertions, 1 deletions
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 {