summaryrefslogtreecommitdiffstats
path: root/src/pacman/callback.c
diff options
context:
space:
mode:
authorAllan McRae <allan@archlinux.org>2011-06-28 06:48:50 +0200
committerAllan McRae <allan@archlinux.org>2011-06-28 15:28:24 +0200
commit1059df7486054c621423436b801681775a2596c3 (patch)
tree61669ed8582993c33e5ce108202bed20fb5c2cd2 /src/pacman/callback.c
parent565e167356c1ec56803454b2b4c617f21296fb67 (diff)
downloadpacman-1059df7486054c621423436b801681775a2596c3.tar.gz
pacman-1059df7486054c621423436b801681775a2596c3.tar.xz
Rename pmtransprog_t to alpm_transprog_t
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'src/pacman/callback.c')
-rw-r--r--src/pacman/callback.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pacman/callback.c b/src/pacman/callback.c
index c59c566f..f579e7ae 100644
--- a/src/pacman/callback.c
+++ b/src/pacman/callback.c
@@ -343,7 +343,7 @@ void cb_trans_conv(alpm_transconv_t event, void *data1, void *data2,
}
/* callback to handle display of transaction progress */
-void cb_trans_progress(pmtransprog_t event, const char *pkgname, int percent,
+void cb_trans_progress(alpm_transprog_t event, const char *pkgname, int percent,
size_t howmany, size_t current)
{
/* size of line to allocate for text printing (e.g. not progressbar) */