]> git.saurik.com Git - apt.git/blobdiff - apt-private/private-cmndline.h
deal with --version more centrally
[apt.git] / apt-private / private-cmndline.h
index ac17e2e8a47b15f63317c36f2f0c163d6da2046c..6a6885a330968a0d7908199d24e540f4bb3f57e2 100644 (file)
@@ -32,6 +32,7 @@ struct aptDispatchWithHelp
 std::vector<aptDispatchWithHelp> GetCommands();
 bool ShowHelp(CommandLine &CmdL, aptDispatchWithHelp const * Cmds);
 
+APT_PUBLIC void ShowHelpListCommands(aptDispatchWithHelp const * Cmds);
 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[]);
 APT_PUBLIC unsigned short DispatchCommandLine(CommandLine &CmdL, std::vector<CommandLine::Dispatch> const &Cmds);