private-upgrade.h 293 B

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