]> git.saurik.com Git - apt.git/blobdiff - cmdline/apt-mark.cc
apt-helper: cat-file: Add -C/--compress option
[apt.git] / cmdline / apt-mark.cc
index 2491a8ebfa4d0f9dff26af665bd3b51457942842..8b615a83ba83b2c3840db2e4bc26afc5c9e27e7d 100644 (file)
@@ -280,7 +280,7 @@ static bool ShowSelection(CommandLine &CmdL)                                /*{{{*/
    return true;
 }
                                                                        /*}}}*/
-bool ShowHelp(CommandLine &)                                           /*{{{*/
+static bool ShowHelp(CommandLine &)                                    /*{{{*/
 {
    std::cout <<
     _("Usage: apt-mark [options] {auto|manual} pkg1 [pkg2 ...]\n"
@@ -292,7 +292,7 @@ bool ShowHelp(CommandLine &)                                                /*{{{*/
    return true;
 }
                                                                        /*}}}*/
-std::vector<aptDispatchWithHelp> GetCommands()                         /*{{{*/
+static std::vector<aptDispatchWithHelp> GetCommands()                  /*{{{*/
 {
    return {
       {"auto",&DoAuto, _("Mark the given packages as automatically installed")},