From 1568fd98d882add6c91255b331592691f399bd3f Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Sat, 21 Oct 2006 01:27:35 +0000 Subject: Minor changes: * Moved the pmhandle_t extern decl around * Fixed a doxygen complaint --- lib/libalpm/add.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/libalpm/add.c') diff --git a/lib/libalpm/add.c b/lib/libalpm/add.c index bbf9d532..82b238bd 100644 --- a/lib/libalpm/add.c +++ b/lib/libalpm/add.c @@ -58,8 +58,6 @@ #include "remove.h" #include "handle.h" -extern pmhandle_t *handle; - static int add_faketarget(pmtrans_t *trans, char *name) { char *ptr, *p; -- cgit v1.2.3-54-g00ecf