X-Git-Url: https://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=test%2Fparser%2Fhandler.c;fp=test%2Fparser%2Fhandler.c;h=43e9d71309139706a406c028bc8a08c764aebf06;hp=bfb61083c14eace6c3bfb99c289419131bdd2ae1;hb=4b06a4645e19830581505a675075773adc0857c2;hpb=ea8bd5f424a9b01c71e1694bb5b6ffc13e3da4f5 diff --git a/test/parser/handler.c b/test/parser/handler.c index bfb6108..43e9d71 100644 --- a/test/parser/handler.c +++ b/test/parser/handler.c @@ -8,7 +8,7 @@ struct network; -typedef void (*boot_status_fn)(void *arg, struct boot_status *); +typedef void (*boot_status_fn)(void *arg, struct status *); void discover_server_notify_device_add(struct discover_server *server, struct device *device) @@ -32,7 +32,7 @@ void discover_server_notify_device_remove(struct discover_server *server, } void discover_server_notify_boot_status(struct discover_server *server, - struct boot_status *status) + struct status *status) { (void)server; (void)status;