summaryrefslogtreecommitdiffstats
path: root/src/pacman/download.c
diff options
context:
space:
mode:
authorAurelien Foret <aurelien@archlinux.org>2005-03-16 22:32:46 +0100
committerAurelien Foret <aurelien@archlinux.org>2005-03-16 22:32:46 +0100
commit47cd8c2323db84e796943f31ef858f47cf99e3a1 (patch)
treebfa7b3a43183d313f63fb8fcc6939c3895795aba /src/pacman/download.c
parentab7ca5dc72d4bd1eb08d210ff911352d23bd1072 (diff)
downloadpacman-47cd8c2323db84e796943f31ef858f47cf99e3a1.tar.gz
pacman-47cd8c2323db84e796943f31ef858f47cf99e3a1.tar.xz
Avoided usage of global variables pmo_root and pmo_dbpath.
Better make use of alpm_get_option to ge their values.
Diffstat (limited to 'src/pacman/download.c')
-rw-r--r--src/pacman/download.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pacman/download.c b/src/pacman/download.c
index 4d55888c..4f17753d 100644
--- a/src/pacman/download.c
+++ b/src/pacman/download.c
@@ -44,8 +44,6 @@ static int xfered1;
static unsigned char eta_h, eta_m, eta_s;
/* pacman options */
-extern char *pmo_root;
-extern char *pmo_dbpath;
extern char *pmo_proxyhost;
extern char *pmo_xfercommand;