X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Fio%2Ftest%2Frun-04-writepartial.c;h=ae0b462c14f761ab4ca18bb24f3c77273966f376;hb=7a8a585c32d1010426f587a6933f05de7a06dfd0;hp=daa81e7c7e4f428b26a12bf6f2492dacb46277aa;hpb=0a2fd289c7bf57d9fc35ad6af36df4bcc694f361;p=ccan diff --git a/ccan/io/test/run-04-writepartial.c b/ccan/io/test/run-04-writepartial.c index daa81e7c..ae0b462c 100644 --- a/ccan/io/test/run-04-writepartial.c +++ b/ccan/io/test/run-04-writepartial.c @@ -12,7 +12,7 @@ struct data { char *buf; }; -static struct io_op *start_ok(struct io_conn *conn, struct data *d) +static struct io_plan *start_ok(struct io_conn *conn, struct data *d) { ok1(d->state == 0); d->state++;