hdt: Make pxe_show static
authorPierre-Alexandre Meyer <pierre@mouraf.org>
Sat, 14 Mar 2009 18:18:09 +0000 (11:18 -0700)
committerPierre-Alexandre Meyer <pierre@mouraf.org>
Sat, 14 Mar 2009 22:31:22 +0000 (15:31 -0700)
Impact: None.

pxe_show is only used in hdt-cli-pxe.c. Let's make it static.

Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
com32/hdt/hdt-cli-pxe.c

index e7545cf..772c0df 100644 (file)
@@ -82,7 +82,7 @@ static void show_pxe_help()
         CLI_SHOW_LIST);
 }
 
-void pxe_show(char *item, struct s_hardware *hardware)
+static void pxe_show(char *item, struct s_hardware *hardware)
 {
   if (!strncmp(item, CLI_SHOW_LIST, sizeof(CLI_SHOW_LIST) - 1)) {
     main_show_pxe(hardware);