summaryrefslogtreecommitdiff
path: root/apt-pkg/algorithms.h
diff options
context:
space:
mode:
authorMichael Vogt <egon@debian-devbox>2012-05-11 17:15:52 +0200
committerMichael Vogt <egon@debian-devbox>2012-05-11 17:15:52 +0200
commitc45798dbfce66810be2cea8d0051f429f342e90b (patch)
treeea9318770edf5699c885812ea1e87180d567ad02 /apt-pkg/algorithms.h
parent3f81d67e1b732c1fdc8c17990249eda0fc2e09d6 (diff)
parent5ca28ebd7445774963d59b35f83c649e1ff61ca0 (diff)
merged from david
Diffstat (limited to 'apt-pkg/algorithms.h')
-rw-r--r--apt-pkg/algorithms.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/apt-pkg/algorithms.h b/apt-pkg/algorithms.h
index 37eacf1f8..076542c20 100644
--- a/apt-pkg/algorithms.h
+++ b/apt-pkg/algorithms.h
@@ -147,5 +147,7 @@ bool pkgMinimizeUpgrade(pkgDepCache &Cache);
void pkgPrioSortList(pkgCache &Cache,pkgCache::Version **List);
bool ListUpdate(pkgAcquireStatus &progress, pkgSourceList &List, int PulseInterval=0);
-
+bool AcquireUpdate(pkgAcquire &Fetcher, int const PulseInterval = 0,
+ bool const RunUpdateScripts = true, bool const ListCleanup = true);
+
#endif