summaryrefslogtreecommitdiff
path: root/com32/hdt/hdt-cli.h
diff options
context:
space:
mode:
authorPierre-Alexandre Meyer <pierre@mouraf.org>2009-03-14 11:01:31 -0700
committerPierre-Alexandre Meyer <pierre@mouraf.org>2009-03-14 15:31:21 -0700
commit371c19493de52bf867eb2a2edcf48bbb31b48545 (patch)
tree00caac3b5729a88c29e2e95b227915bf3c769793 /com32/hdt/hdt-cli.h
parentb317006b7ba39366d13a6afaf2295400f4aad680 (diff)
downloadsyslinux-371c19493de52bf867eb2a2edcf48bbb31b48545.tar.gz
hdt: Remove unused parameter in handle_kernel_commands
Impact: Signature change. The cli mode information is already in the function name. No need to pass it as a parameter. This fixes a compilation warning. Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
Diffstat (limited to 'com32/hdt/hdt-cli.h')
-rw-r--r--com32/hdt/hdt-cli.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/com32/hdt/hdt-cli.h b/com32/hdt/hdt-cli.h
index 463045da..82c1d164 100644
--- a/com32/hdt/hdt-cli.h
+++ b/com32/hdt/hdt-cli.h
@@ -118,8 +118,7 @@ void handle_pxe_commands(char *cli_line, struct s_cli_mode *cli_mode,
// KERNEL STUFF
void main_show_kernel(struct s_hardware *hardware);
-void handle_kernel_commands(char *cli_line, struct s_cli_mode *cli_mode,
- struct s_hardware *hardware);
+void handle_kernel_commands(char *cli_line, struct s_hardware *hardware);
// SYSLINUX STUFF
void main_show_syslinux(struct s_hardware *hardware);