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/handle.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/libalpm/handle.h') diff --git a/lib/libalpm/handle.h b/lib/libalpm/handle.h index 0bd37afd..9311f724 100644 --- a/lib/libalpm/handle.h +++ b/lib/libalpm/handle.h @@ -59,6 +59,8 @@ typedef struct __pmhandle_t { pmlist_t *needles; /* for searching */ } pmhandle_t; +extern pmhandle_t *handle; + #define FREEHANDLE(p) do { if (p) { _alpm_handle_free(p); p = NULL; } } while (0) pmhandle_t *_alpm_handle_new(void); -- cgit v1.2.3-24-g4f1b