X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=test%2Fparser%2Fhandler.c;h=43e9d71309139706a406c028bc8a08c764aebf06;hp=bfb61083c14eace6c3bfb99c289419131bdd2ae1;hb=ca11198f4034266b0f48b37e5871c44d1399aba6;hpb=a65fe9b152b4a03f30b7ce88a17e7f177dd1c169 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;