diff options
Diffstat (limited to 'test/parser/handler.c')
-rw-r--r-- | test/parser/handler.c | 4 |
1 files changed, 2 insertions, 2 deletions
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; |