index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Allan McRae <allan@archlinux.org> | 2010-12-18 22:26:04 +1000 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2010-12-20 18:03:21 -0600 |
commit | a611879318a4c39488f977308af8ee90f428995b (patch) | |
tree | c69723f5229b308ab568e0f211cc168055467131 /lib/libalpm/handle.h | |
parent | 5776090055642bc7651a07cd9d31cf056d0531dc (diff) |
-rw-r--r-- | lib/libalpm/handle.h | 2 |
diff --git a/lib/libalpm/handle.h b/lib/libalpm/handle.h index 46414b95..b471ea6c 100644 --- a/lib/libalpm/handle.h +++ b/lib/libalpm/handle.h @@ -66,7 +66,7 @@ typedef struct _pmhandle_t { /* global handle variable */ extern pmhandle_t *handle; -pmhandle_t *_alpm_handle_new(); +pmhandle_t *_alpm_handle_new(void); void _alpm_handle_free(pmhandle_t *handle); #endif /* _ALPM_HANDLE_H */ |