]> git.saurik.com Git - apt.git/commit - apt-pkg/algorithms.h
mark private methods as hidden
authorDavid Kalnischkies <david@kalnischkies.de>
Mon, 29 Sep 2014 13:41:12 +0000 (15:41 +0200)
committerDavid Kalnischkies <david@kalnischkies.de>
Mon, 29 Sep 2014 22:15:15 +0000 (00:15 +0200)
commit3809194b662f48733916e6248cd0c141f281313d
tree6268896db5c3d8309a572f5d21ae3b5231c77113
parent1b5c4c4c1b31436c6840fbeac2383f1e6a8168d3
mark private methods as hidden

We are the only possible users of private methods, so we are also the
only users who can potentially export them via using them in inline
methods. The point is: We don't need these symbols exported if we don't
do this, so marking them as hidden removes some methods from the API
without breaking anything as nobody could have used them.

Git-Dch: Ignore
19 files changed:
apt-pkg/acquire-item.h
apt-pkg/algorithms.h
apt-pkg/aptconfiguration.cc
apt-pkg/aptconfiguration.h
apt-pkg/cacheset.h
apt-pkg/contrib/configuration.h
apt-pkg/contrib/strutl.h
apt-pkg/deb/debindexfile.cc
apt-pkg/deb/debindexfile.h
apt-pkg/deb/debmetaindex.h
apt-pkg/deb/debsystem.h
apt-pkg/deb/dpkgpm.h
apt-pkg/depcache.h
apt-pkg/indexcopy.h
apt-pkg/indexrecords.h
apt-pkg/install-progress.h
apt-pkg/pkgcache.h
apt-pkg/update.h
debian/libapt-pkg4.13.symbols