]> git.saurik.com Git - apt.git/blob - apt-private/private-upgrade.h
Use mkstemp() in apt-extracttemplaes (closes: #741627)
[apt.git] / apt-private / private-upgrade.h
1 #ifndef APTPRIVATE_PRIVATE_UPGRADE_H
2 #define APTPRIVATE_PRIVATE_UPGRADE_H
3
4 class CommandLine;
5
6 bool DoDistUpgrade(CommandLine &CmdL);
7 bool DoUpgrade(CommandLine &CmdL);
8 bool DoUpgradeNoNewPackages(CommandLine &CmdL);
9 bool DoUpgradeWithAllowNewPackages(CommandLine &CmdL);
10
11 #endif