]> git.saurik.com Git - apt.git/blobdiff - cmdline/apt-internal-solver.cc
simple_buffer: Allow buffer size to change
[apt.git] / cmdline / apt-internal-solver.cc
index 90800e1d91d0ec1bc41078b7cf2d5b6e337070c0..b88d745c46e6cfbb02e029cad95f809317528d8a 100644 (file)
@@ -41,7 +41,7 @@
 #include <apti18n.h>
                                                                        /*}}}*/
 
-bool ShowHelp(CommandLine &)                                           /*{{{*/
+static bool ShowHelp(CommandLine &)                                    /*{{{*/
 {
        std::cout <<
                _("Usage: apt-internal-solver\n"
@@ -58,7 +58,7 @@ APT_NORETURN static void DIE(std::string const &message) {            /*{{{*/
        exit(EXIT_FAILURE);
 }
                                                                        /*}}}*/
-std::vector<aptDispatchWithHelp> GetCommands()                         /*{{{*/
+static std::vector<aptDispatchWithHelp> GetCommands()                  /*{{{*/
 {
    return {};
 }