From dc05cd107cd158e3d8ee9256205aec20615a674f Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Wed, 25 Apr 2007 20:02:07 -0400 Subject: Pacman side code consolidation- unify callback functions to one file 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 --- src/pacman/sync.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pacman/sync.c') diff --git a/src/pacman/sync.c b/src/pacman/sync.c index 5b20147c..b963eb84 100644 --- a/src/pacman/sync.c +++ b/src/pacman/sync.c @@ -39,7 +39,7 @@ #include "util.h" #include "log.h" #include "package.h" -#include "trans.h" +#include "callback.h" #include "conf.h" extern config_t *config; -- cgit v1.2.3-24-g4f1b