summaryrefslogtreecommitdiffstats
path: root/src/pacman/download.c
diff options
context:
space:
mode:
authorAurelien Foret <aurelien@archlinux.org>2005-10-29 09:00:56 +0200
committerAurelien Foret <aurelien@archlinux.org>2005-10-29 09:00:56 +0200
commit44fc71396fd43cf832f30d4a3a3da0e0a53853f0 (patch)
tree55a8789c8b2acf709f4318b888055ffa3a9faf7e /src/pacman/download.c
parent7fac942da1826cd99eda51078ce32c0992e3fd24 (diff)
downloadpacman-44fc71396fd43cf832f30d4a3a3da0e0a53853f0.tar.gz
pacman-44fc71396fd43cf832f30d4a3a3da0e0a53853f0.tar.xz
renamed pmconfig_t to config_t
Diffstat (limited to 'src/pacman/download.c')
-rw-r--r--src/pacman/download.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pacman/download.c b/src/pacman/download.c
index 5f237b6c..4cd1596a 100644
--- a/src/pacman/download.c
+++ b/src/pacman/download.c
@@ -46,7 +46,7 @@ static int xfered1;
static unsigned char eta_h, eta_m, eta_s;
/* pacman options */
-extern pmconfig_t *config;
+extern config_t *config;
extern int maxcols;