diff options
author | David Kalnischkies <david@kalnischkies.de> | 2015-10-26 16:50:21 +0100 |
---|---|---|
committer | David Kalnischkies <david@kalnischkies.de> | 2015-11-04 18:04:04 +0100 |
commit | 41d39345bdc31cb9b8be057cd678aa2890830437 (patch) | |
tree | 3aba387df084fca7bccc3838aabe7af92f819543 /apt-private/private-cmndline.h | |
parent | 6079b276a959086ff18302cab752b6d7cfe5ad9f (diff) |
deal with --version more centrally
Git-Dch: Ignore
Diffstat (limited to 'apt-private/private-cmndline.h')
-rw-r--r-- | apt-private/private-cmndline.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apt-private/private-cmndline.h b/apt-private/private-cmndline.h index ac17e2e8a..6a6885a33 100644 --- a/apt-private/private-cmndline.h +++ b/apt-private/private-cmndline.h @@ -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); |