From 47cd8c2323db84e796943f31ef858f47cf99e3a1 Mon Sep 17 00:00:00 2001 From: Aurelien Foret Date: Wed, 16 Mar 2005 21:32:46 +0000 Subject: Avoided usage of global variables pmo_root and pmo_dbpath. Better make use of alpm_get_option to ge their values. --- src/pacman/download.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/pacman/download.c') 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; -- cgit v1.2.3