]> git.saurik.com Git - apt.git/blobdiff - apt-private/private-cmndline.h
tests: add epoch-packages to try clean with epochs
[apt.git] / apt-private / private-cmndline.h
index 05690964d43cd20e4ccf4074f21d9b6ad08a5655..c0c5a7455b46d92c536a6a476849a1b6cd218d74 100644 (file)
@@ -21,16 +21,14 @@ enum class APT_CMD {
    APT_INTERNAL_SOLVER,
    APT_MARK,
    APT_SORTPKG,
+   APT_DUMP_SOLVER,
 };
-
-APT_PUBLIC bool ShowHelp(CommandLine &CmdL) APT_WEAK;
 struct aptDispatchWithHelp
 {
    const char *Match;
    bool (*Handler)(CommandLine &);
    const char *Help;
 };
-APT_PUBLIC std::vector<aptDispatchWithHelp> GetCommands() APT_WEAK;
 
 APT_PUBLIC std::vector<CommandLine::Dispatch> ParseCommandLine(CommandLine &CmdL, APT_CMD const Binary,
       Configuration * const * const Cnf, pkgSystem ** const Sys, int const argc, const char * argv[],