summaryrefslogtreecommitdiff
path: root/com32/hdt/hdt-cli.h
diff options
context:
space:
mode:
authorErwan Velu <erwan.velu@free.fr>2009-02-22 17:51:11 +0100
committerH. Peter Anvin <hpa@zytor.com>2009-02-25 20:58:44 -0800
commit4675b2b23fbd096e385df865f9f628b228401e99 (patch)
tree50ed1b024084e87d2cb2a5a886f627afbba39154 /com32/hdt/hdt-cli.h
parentc1dbfc8e0951131aead115abcc371337aed41404 (diff)
downloadsyslinux-4675b2b23fbd096e385df865f9f628b228401e99.tar.gz
hdt: Enabling "Switch to CLI" from the menu Menu: switch from "PCI <D>evice" to "PC<I> Device" to avoid conflit with the "Disk" menu Sharing s_hardware between CLI & Menu system
Diffstat (limited to 'com32/hdt/hdt-cli.h')
-rw-r--r--com32/hdt/hdt-cli.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/com32/hdt/hdt-cli.h b/com32/hdt/hdt-cli.h
index 0c7085d7..52084567 100644
--- a/com32/hdt/hdt-cli.h
+++ b/com32/hdt/hdt-cli.h
@@ -55,7 +55,7 @@ struct s_cli_mode {
void show_cli_help(struct s_cli_mode *cli_mode);
-void start_cli_mode(int argc, char *argv[]);
+void start_cli_mode(struct s_hardware *hardware, int argc, char *argv[]);
void main_show(char *item, struct s_hardware *hardware, struct s_cli_mode *cli_mode);
int do_exit(struct s_cli_mode *cli_mode);