]> git.ozlabs.org Git - ccan/blobdiff - ccan/io/test/run-03-readpartial.c
ccan/io: rename io_op to io_plan.
[ccan] / ccan / io / test / run-03-readpartial.c
index cc1857c57a8bad386e804328a889e264a7220761..4898eb80665a608cf45525092db7eb547e2e2095 100644 (file)
@@ -12,7 +12,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++;