]>
git.saurik.com Git - apt.git/blob - apt-pkg/update.h
1 // -*- mode: cpp; mode: fold -*-
3 /* ######################################################################
5 Update - ListUpdate releated code
7 ##################################################################### */
10 #ifndef PKGLIB_UPDATE_H
11 #define PKGLIB_UPDATE_H
13 class pkgAcquireStatus
;
17 bool ListUpdate(pkgAcquireStatus
&progress
, pkgSourceList
&List
, int PulseInterval
=0);
18 bool AcquireUpdate(pkgAcquire
&Fetcher
, int const PulseInterval
= 0,
19 bool const RunUpdateScripts
= true, bool const ListCleanup
= true);