]> git.ozlabs.org Git - ccan/blobdiff - ccan/io/test/run-13-all-idle.c
ccan/io: pass struct io_plan explicitly.
[ccan] / ccan / io / test / run-13-all-idle.c
index 48be71dda7340a0671436aa101bd80edf6fddf4f..178b68a8fc3e045eae109102e41c4552a4b6700a 100644 (file)
@@ -7,7 +7,7 @@
 #include <stdio.h>
 #include <signal.h>
 
-static struct io_plan *start(struct io_conn *conn, void *unused)
+static struct io_plan start(struct io_conn *conn, void *unused)
 {
        return io_idle(conn);
 }