X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Fio%2Ftest%2Frun-04-writepartial.c;h=ae0b462c14f761ab4ca18bb24f3c77273966f376;hp=daa81e7c7e4f428b26a12bf6f2492dacb46277aa;hb=7a8a585c32d1010426f587a6933f05de7a06dfd0;hpb=1fe2db9cbe84812e1465db36f538a222e9984c93 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++;