index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Dan McGee <dan@archlinux.org> | 2011-06-03 12:23:32 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-06-03 12:23:32 -0500 |
commit | de36c5fac4ab50259418c3850b6fb25b96b702f3 (patch) | |
tree | 91f4e9a93314afd3e60ce23990a05e84cb746658 /lib/libalpm/sync.c | |
parent | 7f98460e37bc032b58ca7c82e70c357aa39370f8 (diff) |
-rw-r--r-- | lib/libalpm/sync.c | 3 |
diff --git a/lib/libalpm/sync.c b/lib/libalpm/sync.c index b84d6256..8390a2c2 100644 --- a/lib/libalpm/sync.c +++ b/lib/libalpm/sync.c @@ -50,6 +50,9 @@ #include "diskspace.h" #include "signing.h" +/* global handle variable */ +extern pmhandle_t *handle; + /** Check for new version of pkg in sync repos * (only the first occurrence is considered in sync) */ |