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/trans.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/libalpm/trans.c') diff --git a/lib/libalpm/trans.c b/lib/libalpm/trans.c index 2e34f570..4946bfe0 100644 --- a/lib/libalpm/trans.c +++ b/lib/libalpm/trans.c @@ -39,8 +39,6 @@ #include "sync.h" #include "alpm.h" -extern pmhandle_t *handle; - pmtrans_t *_alpm_trans_new() { pmtrans_t *trans; -- cgit v1.2.3-24-g4f1b