X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Fio%2Ftest%2Frun-13-all-idle.c;fp=ccan%2Fio%2Ftest%2Frun-13-all-idle.c;h=178b68a8fc3e045eae109102e41c4552a4b6700a;hb=625bae8f5720d3ad3253ea9b26ad68abcd81bde5;hp=48be71dda7340a0671436aa101bd80edf6fddf4f;hpb=42762758d98feb08b861361b7f695de2cad26b07;p=ccan diff --git a/ccan/io/test/run-13-all-idle.c b/ccan/io/test/run-13-all-idle.c index 48be71dd..178b68a8 100644 --- a/ccan/io/test/run-13-all-idle.c +++ b/ccan/io/test/run-13-all-idle.c @@ -7,7 +7,7 @@ #include #include -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); }