X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Fio%2Ftest%2Frun-02-read.c;h=3f376fe659a73d611b7b4c660b5dc7e49d6e68aa;hp=e59ccb38b275589fc9b9be640a5c1fb7dd81b0dd;hb=7a8a585c32d1010426f587a6933f05de7a06dfd0;hpb=0a2fd289c7bf57d9fc35ad6af36df4bcc694f361 diff --git a/ccan/io/test/run-02-read.c b/ccan/io/test/run-02-read.c index e59ccb38..3f376fe6 100644 --- a/ccan/io/test/run-02-read.c +++ b/ccan/io/test/run-02-read.c @@ -11,7 +11,7 @@ struct data { char buf[4]; }; -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++;