mirror of
https://github.com/ipxe/ipxe
synced 2025-12-26 09:32:33 +03:00
[menu] Add "--default" option to "choose" command
Suggested-by: Robin Smidsrød <robin@smidsrod.no> Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -44,6 +44,6 @@ extern struct menu_item * add_menu_item ( struct menu *menu, const char *label,
|
||||
extern void destroy_menu ( struct menu *menu );
|
||||
extern struct menu * find_menu ( const char *name );
|
||||
extern int show_menu ( struct menu *menu, unsigned int timeout_ms,
|
||||
struct menu_item **selected );
|
||||
const char *select, struct menu_item **selected );
|
||||
|
||||
#endif /* _IPXE_MENU_H */
|
||||
|
||||
Reference in New Issue
Block a user