apt  0.9.14
update.h
1 // -*- mode: cpp; mode: fold -*-
2 // Description /*{{{*/
3 /* ######################################################################
4 
5  Update - ListUpdate releated code
6 
7  ##################################################################### */
8  /*}}}*/
9 
10 #ifndef PKGLIB_UPDATE_H
11 #define PKGLIB_UPDATE_H
12 
13 class pkgAcquireStatus;
14 
15 
16 bool ListUpdate(pkgAcquireStatus &progress, pkgSourceList &List, int PulseInterval=0);
17 bool AcquireUpdate(pkgAcquire &Fetcher, int const PulseInterval = 0,
18  bool const RunUpdateScripts = true, bool const ListCleanup = true);
19 
20 
21 #endif
The core download scheduler. {{{.
Definition: acquire.h:93
Definition: sourcelist.h:45
A monitor object for downloads controlled by the pkgAcquire class. {{{.
Definition: acquire.h:657