From dc05cd107cd158e3d8ee9256205aec20615a674f Mon Sep 17 00:00:00 2001
From: Dan McGee <dan@archlinux.org>
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 <dan@archlinux.org>
---
 src/pacman/add.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'src/pacman/add.c')

diff --git a/src/pacman/add.c b/src/pacman/add.c
index 7a8f7809..3d0622cc 100644
--- a/src/pacman/add.c
+++ b/src/pacman/add.c
@@ -31,7 +31,7 @@
 /* pacman */
 #include "pacman.h"
 #include "log.h"
-#include "trans.h"
+#include "callback.h"
 #include "conf.h"
 #include "util.h"
 
-- 
cgit v1.2.3-24-g4f1b