]> git.ozlabs.org Git - ccan/blobdiff - ccan/io/test/run-02-read.c
ccan/io: rename io_op to io_plan.
[ccan] / ccan / io / test / run-02-read.c
index e59ccb38b275589fc9b9be640a5c1fb7dd81b0dd..3f376fe659a73d611b7b4c660b5dc7e49d6e68aa 100644 (file)
@@ -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++;