diff options
Diffstat (limited to 'com32/hdt/hdt-menu.h')
-rw-r--r-- | com32/hdt/hdt-menu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/com32/hdt/hdt-menu.h b/com32/hdt/hdt-menu.h index 1cd2c129..061fa680 100644 --- a/com32/hdt/hdt-menu.h +++ b/com32/hdt/hdt-menu.h @@ -82,7 +82,7 @@ struct s_hdt_menu { }; TIMEOUTCODE ontimeout(); -void keys_handler(t_menusystem * ms, t_menuitem * mi, unsigned int scancode); +void keys_handler(t_menuitem * mi, unsigned int scancode); // PCI Stuff int compute_PCI(struct s_hdt_menu *hdt_menu, struct s_hardware *hardware); |