]> git.ozlabs.org Git - ccan/blobdiff - ccan/io/test/run-05-write.c
ccan/io: rename io_op to io_plan.
[ccan] / ccan / io / test / run-05-write.c
index 83c8c4cab0e3348618fd7a68468e05bb14201355..0e1c4a5e4bf64d1c1bc6afc6388ca757a95e5e1e 100644 (file)
@@ -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++;