]> git.saurik.com Git - apt.git/blobdiff - ftparchive/apt-ftparchive.cc
apt-helper.cc: include <stdlib.h> for atoi
[apt.git] / ftparchive / apt-ftparchive.cc
index 003a186be1ff91f380ef15f6e9009218f4482249..d985646f7ae7e7efb0144a2b2c64bc494dbf7e22 100644 (file)
@@ -615,7 +615,7 @@ static void LoadBinDir(vector<PackageMap> &PkgList,Configuration &Setup)
 }
                                                                        /*}}}*/
 
-bool ShowHelp(CommandLine &)                                           /*{{{*/
+static bool ShowHelp(CommandLine &)                                    /*{{{*/
 {
    std::cout <<
     _("Usage: apt-ftparchive [options] command\n"
@@ -1029,7 +1029,7 @@ static bool Clean(CommandLine &CmdL)
 }
                                                                        /*}}}*/
 
-std::vector<aptDispatchWithHelp> GetCommands()                         /*{{{*/
+static std::vector<aptDispatchWithHelp> GetCommands()                  /*{{{*/
 {
    return {
       {"packages",&SimpleGenPackages, nullptr},