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/sync.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/libalpm/sync.c') diff --git a/lib/libalpm/sync.c b/lib/libalpm/sync.c index ffc69bf8..523d2372 100644 --- a/lib/libalpm/sync.c +++ b/lib/libalpm/sync.c @@ -55,8 +55,6 @@ #include "handle.h" #include "server.h" -extern pmhandle_t *handle; - pmsyncpkg_t *_alpm_sync_new(int type, pmpkg_t *spkg, void *data) { pmsyncpkg_t *sync; -- cgit v1.2.3-54-g00ecf