]> git.saurik.com Git - apt.git/blobdiff - cmdline/apt-internal-solver.cc
move apts cmdline helper type into -private
[apt.git] / cmdline / apt-internal-solver.cc
index f6eaa11f7023a92f0ce6d6453f7a8ff0bed8ae18..28989f6cd6805767f16cff6b23229a88740aa393 100644 (file)
@@ -41,8 +41,8 @@
 #include <apti18n.h>
                                                                        /*}}}*/
 
-// ShowHelp - Show a help screen                                       /*{{{*/
-bool ShowHelp(CommandLine &, CommandLine::DispatchWithHelp const *) {
+bool ShowHelp(CommandLine &, aptDispatchWithHelp const *)              /*{{{*/
+{
        ioprintf(std::cout, "%s %s (%s)\n", PACKAGE, PACKAGE_VERSION, COMMON_ARCH);
 
        std::cout <<
@@ -65,7 +65,7 @@ APT_NORETURN static void DIE(std::string const &message) {            /*{{{*/
        exit(EXIT_FAILURE);
 }
                                                                        /*}}}*/
-std::vector<CommandLine::DispatchWithHelp> GetCommands()               /*{{{*/
+std::vector<aptDispatchWithHelp> GetCommands()                         /*{{{*/
 {
    return {};
 }