warning: no previous declaration for foobar() [-Wmissing-declarations]
[ntk/apt.git] / cmdline / apt.cc
index 7ef9060..040ed6c 100644 (file)
@@ -61,7 +61,7 @@
 
 
 
-bool ShowHelp(CommandLine &CmdL)
+static bool ShowHelp(CommandLine &CmdL)
 {
    ioprintf(c1out,_("%s %s for %s compiled on %s %s\n"),PACKAGE,PACKAGE_VERSION,
            COMMON_ARCH,__DATE__,__TIME__);