index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | lib/libalpm/handle.h | 2 |
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); |