From 86ca39d15e02dff47b5b0f5bcd0494cf101ce0c1 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Sun, 4 Nov 2007 12:05:22 -0600 Subject: Clean up usage of extern variables Instead of declaring the extern variable in every *.c file, include it in the header file that makes sense. This means handle.h for the handle, and conf.h for the pacman side config object. Signed-off-by: Dan McGee --- src/pacman/sync.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/pacman/sync.c') diff --git a/src/pacman/sync.c b/src/pacman/sync.c index 9e4b0ada..eedea7d4 100644 --- a/src/pacman/sync.c +++ b/src/pacman/sync.c @@ -41,7 +41,6 @@ #include "callback.h" #include "conf.h" -extern config_t *config; extern pmdb_t *db_local; static int sync_cleancache(int level) -- cgit v1.2.3-70-g09d2