From 454cf699a5eef64ccdee7b2fa6bcef610136d823 Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Sat, 21 Oct 2006 01:38:59 +0000 Subject: More extern moving - keep extern decls in the headers makes for easier/better reuse. --- lib/libalpm/handle.c | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'lib/libalpm/handle.c') diff --git a/lib/libalpm/handle.c b/lib/libalpm/handle.c index 62abf6c1..6c1b98c5 100644 --- a/lib/libalpm/handle.c +++ b/lib/libalpm/handle.c @@ -39,20 +39,9 @@ #include "error.h" #include "trans.h" #include "alpm.h" +#include "server.h" #include "handle.h" -/* log */ -extern alpm_cb_log pm_logcb; -extern FtpCallback pm_dlcb; -extern unsigned char pm_logmask; -/* progress bar */ -extern char *pm_dlfnm; -extern int *pm_dloffset; -extern struct timeval *pm_dlt0, *pm_dlt; -extern float *pm_dlrate; -extern int *pm_dlxfered1; -extern unsigned char *pm_dleta_h, *pm_dleta_m, *pm_dleta_s; - pmhandle_t *_alpm_handle_new() { pmhandle_t *handle; -- cgit v1.2.3-54-g00ecf