private-upgrade.h 219 B

123456789101112
  1. #ifndef APTPRIVATE_PRIVATE_UPGRADE_H
  2. #define APTPRIVATE_PRIVATE_UPGRADE_H
  3. #include <apt-pkg/cmndline.h>
  4. bool DoUpgradeNoNewPackages(CommandLine &CmdL);
  5. bool DoUpgradeWithAllowNewPackages(CommandLine &CmdL);
  6. #endif