X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;ds=sidebyside;f=ccan%2Fio%2Ftest%2Frun-03-readpartial.c;fp=ccan%2Fio%2Ftest%2Frun-03-readpartial.c;h=e6e33e3d4baad6d6733bdac2a30de25af35bcb4a;hb=625bae8f5720d3ad3253ea9b26ad68abcd81bde5;hp=9e97f49ac936892a076ddf4cd42c840090f6dcb6;hpb=42762758d98feb08b861361b7f695de2cad26b07;p=ccan diff --git a/ccan/io/test/run-03-readpartial.c b/ccan/io/test/run-03-readpartial.c index 9e97f49a..e6e33e3d 100644 --- a/ccan/io/test/run-03-readpartial.c +++ b/ccan/io/test/run-03-readpartial.c @@ -12,7 +12,7 @@ struct data { char buf[4]; }; -static struct io_plan *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++;