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

show_dmi_help is only used in hdt-cli-dmi.c. Let's make it static.

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

index 1dbe10d..22bc3ce 100644 (file)
@@ -33,7 +33,7 @@
 #include <stdlib.h>
 #include <errno.h>
 
-void show_dmi_help(struct s_hardware *hardware)
+static void show_dmi_help(struct s_hardware *hardware)
 {
   more_printf("Show supports the following commands : \n");
   more_printf(" %s\n", CLI_SHOW_LIST);