From 41d39345bdc31cb9b8be057cd678aa2890830437 Mon Sep 17 00:00:00 2001 From: David Kalnischkies Date: Mon, 26 Oct 2015 16:50:21 +0100 Subject: deal with --version more centrally Git-Dch: Ignore --- apt-private/private-cmndline.h | 1 + 1 file changed, 1 insertion(+) (limited to 'apt-private/private-cmndline.h') 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 GetCommands(); bool ShowHelp(CommandLine &CmdL, aptDispatchWithHelp const * Cmds); +APT_PUBLIC void ShowHelpListCommands(aptDispatchWithHelp const * Cmds); APT_PUBLIC std::vector 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 const &Cmds); -- cgit v1.2.3