X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/6079b276a959086ff18302cab752b6d7cfe5ad9f..b52c3af4f970349747e362fdb19a4253c825a08b:/apt-private/private-cmndline.h diff --git a/apt-private/private-cmndline.h b/apt-private/private-cmndline.h index ac17e2e8a..819eb77cc 100644 --- a/apt-private/private-cmndline.h +++ b/apt-private/private-cmndline.h @@ -23,6 +23,7 @@ enum class APT_CMD { APT_SORTPKG, }; +bool ShowHelp(CommandLine &CmdL); struct aptDispatchWithHelp { const char *Match; @@ -30,7 +31,6 @@ struct aptDispatchWithHelp const char *Help; }; std::vector GetCommands(); -bool ShowHelp(CommandLine &CmdL, 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[]);