X-Git-Url: https://git.hcoop.net/ntk/apt.git/blobdiff_plain/796673c38509300c988fbba2f2679ba3c76916db..b9974edc49d9cc0bf5951ced7a94cd5dc4270b78:/apt-private/private-upgrade.h diff --git a/apt-private/private-upgrade.h b/apt-private/private-upgrade.h index 5efc66bf..16bb93c9 100644 --- a/apt-private/private-upgrade.h +++ b/apt-private/private-upgrade.h @@ -1,13 +1,13 @@ #ifndef APTPRIVATE_PRIVATE_UPGRADE_H #define APTPRIVATE_PRIVATE_UPGRADE_H -#include +#include +class CommandLine; -bool DoDistUpgrade(CommandLine &CmdL); -bool DoUpgrade(CommandLine &CmdL); +APT_PUBLIC bool DoDistUpgrade(CommandLine &CmdL); +APT_PUBLIC bool DoUpgrade(CommandLine &CmdL); bool DoUpgradeNoNewPackages(CommandLine &CmdL); bool DoUpgradeWithAllowNewPackages(CommandLine &CmdL); - #endif