summaryrefslogtreecommitdiffstats
path: root/src/pacman/util.h
diff options
context:
space:
mode:
authorAllan McRae <allan@archlinux.org>2011-06-28 06:42:24 +0200
committerAllan McRae <allan@archlinux.org>2011-06-28 15:28:24 +0200
commit590a8fcb1e72707d83d04f639385de0d7f2a60c1 (patch)
treea5350157369e36d19e77d37aba12c46855443c92 /src/pacman/util.h
parent0aef91bc4fc5e872afe7da1692bf97c027eecf37 (diff)
downloadpacman-590a8fcb1e72707d83d04f639385de0d7f2a60c1.tar.gz
pacman-590a8fcb1e72707d83d04f639385de0d7f2a60c1.tar.xz
Rename pmtransflag_t to alpm_transflag_t
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'src/pacman/util.h')
-rw-r--r--src/pacman/util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pacman/util.h b/src/pacman/util.h
index 25e2f302..5d86dfda 100644
--- a/src/pacman/util.h
+++ b/src/pacman/util.h
@@ -39,7 +39,7 @@
/* update speed for the fill_progress based functions */
#define UPDATE_SPEED_SEC 0.2f
-int trans_init(pmtransflag_t flags);
+int trans_init(alpm_transflag_t flags);
int trans_release(void);
int needs_root(void);
int getcols(void);