summaryrefslogtreecommitdiff
path: root/src/pacman/downloadprog.h
Commit message (Collapse)AuthorAge
* Pacman side code consolidation- unify callback functions to one fileDan McGee2007-04-26
| | | | | | | | | | Some more major code reorginization here. The download progress callback function has been renamed and moved to callback.c, which is the former trans.c with the download and log callbacks added. In addition, this allows util.c to be cleaned up as fill_progress can now be static in callback.c. We've also cut two more source files out. Signed-off-by: Dan McGee <dan@archlinux.org>
* * autotool fixesAaron Griffin2006-11-14
* Renamed "download" files to "downloadprog" as it only holds the progress bar and to not confuse (myself) with <download.h>