]> git.ozlabs.org Git - ccan/blobdiff - ccan/io/test/run-04-writepartial.c
ccan/io: rename io_op to io_plan.
[ccan] / ccan / io / test / run-04-writepartial.c
index daa81e7c7e4f428b26a12bf6f2492dacb46277aa..ae0b462c14f761ab4ca18bb24f3c77273966f376 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++;