From 37648dd620891e3da6f7a71be1dbddb0302872ef Mon Sep 17 00:00:00 2001 From: Pierre-Alexandre Meyer Date: Sat, 14 Mar 2009 10:42:05 -0700 Subject: [PATCH] hdt: Make syslinux_show static Impact: None. syslinux_show is only used in hdt-cli-syslinux.c. Let's make it static then. Signed-off-by: Pierre-Alexandre Meyer --- com32/hdt/hdt-cli-syslinux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com32/hdt/hdt-cli-syslinux.c b/com32/hdt/hdt-cli-syslinux.c index 030b194..8f195a2 100644 --- a/com32/hdt/hdt-cli-syslinux.c +++ b/com32/hdt/hdt-cli-syslinux.c @@ -52,7 +52,7 @@ void show_syslinux_help() CLI_SHOW_LIST); } -void syslinux_show(char *item, struct s_hardware *hardware) +static void syslinux_show(char *item, struct s_hardware *hardware) { if (!strncmp(item, CLI_SHOW_LIST, sizeof(CLI_SHOW_LIST) - 1)) { main_show_syslinux(hardware); -- 2.7.4