diff options
author | David Kalnischkies <david@kalnischkies.de> | 2015-11-29 16:57:58 +0100 |
---|---|---|
committer | David Kalnischkies <david@kalnischkies.de> | 2015-11-29 17:00:11 +0100 |
commit | f6777222f82f6279c104138216b0e5e50d8caa67 (patch) | |
tree | 6f14bb1b020408881ff25b0620db18133e5203ad /apt-private/private-install.h | |
parent | 0a778f71f935900ff8a90a958f0e7da700d84f9f (diff) |
drop some needlessly public declarations in libapt-private
Git-Dch: Ignore
Diffstat (limited to 'apt-private/private-install.h')
-rw-r--r-- | apt-private/private-install.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apt-private/private-install.h b/apt-private/private-install.h index 551787c38..7a8cd5513 100644 --- a/apt-private/private-install.h +++ b/apt-private/private-install.h @@ -28,7 +28,7 @@ APT_PUBLIC bool InstallPackages(CacheFile &Cache,bool ShwKept,bool Ask = true, // TryToInstall - Mark a package for installation /*{{{*/ -struct APT_PUBLIC TryToInstall { +struct TryToInstall { pkgCacheFile* Cache; pkgProblemResolver* Fix; bool FixBroken; @@ -44,7 +44,7 @@ struct APT_PUBLIC TryToInstall { }; /*}}}*/ // TryToRemove - Mark a package for removal /*{{{*/ -struct APT_PUBLIC TryToRemove { +struct TryToRemove { pkgCacheFile* Cache; pkgProblemResolver* Fix; bool PurgePkgs; |