X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Fio%2Ftest%2Frun-05-write.c;fp=ccan%2Fio%2Ftest%2Frun-05-write.c;h=ad6760e4f09a465baffc241f4bc3a67658497016;hb=625bae8f5720d3ad3253ea9b26ad68abcd81bde5;hp=1181bec02fdaf612151691d5a05cd856acd2bb98;hpb=42762758d98feb08b861361b7f695de2cad26b07;p=ccan diff --git a/ccan/io/test/run-05-write.c b/ccan/io/test/run-05-write.c index 1181bec0..ad6760e4 100644 --- a/ccan/io/test/run-05-write.c +++ b/ccan/io/test/run-05-write.c @@ -12,7 +12,7 @@ struct data { char *buf; }; -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++;