]> git.ozlabs.org Git - ccan/blobdiff - ccan/io/test/run-01-start-finish.c
ccan/io: rename io_op to io_plan.
[ccan] / ccan / io / test / run-01-start-finish.c
index 03a1e3280bbb1d81908c2767854b4a017ef058e3..837a12698faf13f76e4904a6fa0a94c42648b6d3 100644 (file)
@@ -6,7 +6,7 @@
 #include <sys/wait.h>
 #include <stdio.h>
 
-static struct io_op *start_ok(struct io_conn *conn, int *state)
+static struct io_plan *start_ok(struct io_conn *conn, int *state)
 {
        ok1(*state == 0);
        (*state)++;