]> git.saurik.com Git - apt.git/blobdiff - cmdline/apt.cc
use *.docs files instead of hardcoding in debian/rules
[apt.git] / cmdline / apt.cc
index 64d374e1f268fe076157ddb6584e068a73e4555b..3c3d3ca1c88bf9005274b27f498e5587e956ce0a 100644 (file)
@@ -40,7 +40,7 @@
 #include <apti18n.h>
                                                                        /*}}}*/
 
-bool ShowHelp(CommandLine &)                                           /*{{{*/
+static bool ShowHelp(CommandLine &)                                    /*{{{*/
 {
    std::cout <<
       _("Usage: apt [options] command\n"
@@ -53,7 +53,7 @@ bool ShowHelp(CommandLine &)                                          /*{{{*/
    return true;
 }
                                                                        /*}}}*/
-std::vector<aptDispatchWithHelp> GetCommands()                         /*{{{*/
+static std::vector<aptDispatchWithHelp> GetCommands()                  /*{{{*/
 {
    return {
       // query