X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Fio%2Ftest%2Frun-02-read.c;h=8b96f029825cdfc6490f3470593d448f2d7922dd;hp=4e1849096d98f1b36435c81a42437632ae160fd6;hb=625bae8f5720d3ad3253ea9b26ad68abcd81bde5;hpb=42762758d98feb08b861361b7f695de2cad26b07 diff --git a/ccan/io/test/run-02-read.c b/ccan/io/test/run-02-read.c index 4e184909..8b96f029 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_plan *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++;