diff options
Diffstat (limited to 'apt-private/private-upgrade.h')
-rw-r--r-- | apt-private/private-upgrade.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apt-private/private-upgrade.h b/apt-private/private-upgrade.h index 6ede6f96c..5efc66bf7 100644 --- a/apt-private/private-upgrade.h +++ b/apt-private/private-upgrade.h @@ -4,6 +4,8 @@ #include <apt-pkg/cmndline.h> +bool DoDistUpgrade(CommandLine &CmdL); +bool DoUpgrade(CommandLine &CmdL); bool DoUpgradeNoNewPackages(CommandLine &CmdL); bool DoUpgradeWithAllowNewPackages(CommandLine &CmdL); |