diff options
author | Aurelien Foret <aurelien@archlinux.org> | 2005-10-29 07:00:56 +0000 |
---|---|---|
committer | Aurelien Foret <aurelien@archlinux.org> | 2005-10-29 07:00:56 +0000 |
commit | 44fc71396fd43cf832f30d4a3a3da0e0a53853f0 (patch) | |
tree | 55a8789c8b2acf709f4318b888055ffa3a9faf7e /src/pacman/download.c | |
parent | 7fac942da1826cd99eda51078ce32c0992e3fd24 (diff) | |
download | pacman-44fc71396fd43cf832f30d4a3a3da0e0a53853f0.tar.xz |
renamed pmconfig_t to config_t
Diffstat (limited to 'src/pacman/download.c')
-rw-r--r-- | src/pacman/download.c | 2 |
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; |