]> git.ozlabs.org Git - ccan/blobdiff - ccan/io/test/run-02-read.c
ccan/io: pass struct io_plan explicitly.
[ccan] / ccan / io / test / run-02-read.c
index 4e1849096d98f1b36435c81a42437632ae160fd6..8b96f029825cdfc6490f3470593d448f2d7922dd 100644 (file)
@@ -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++;