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