index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Dan McGee <dan@archlinux.org> | 2007-03-11 21:10:02 +0000 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-03-11 21:10:02 +0000 |
commit | 7f7da2b5fc01f46d28236384540c7ecfdac16a63 (patch) | |
tree | e9b3c02bdc36206e64878ceeef74a9fdf48112ff /lib/libalpm/alpm.c | |
parent | f94506396f25cba8a0d485c8d681482db0bd33bb (diff) |
-rw-r--r-- | lib/libalpm/alpm.c | 2 |
diff --git a/lib/libalpm/alpm.c b/lib/libalpm/alpm.c index 43f06aeb..48044bad 100644 --- a/lib/libalpm/alpm.c +++ b/lib/libalpm/alpm.c @@ -1071,7 +1071,7 @@ int SYMEXPORT alpm_parse_config(char *file, alpm_cb_db_register callback, const /* This function is mostly the same as sync.c find_replacements and sysupgrade * functions, and we should be able to combine them - this is an interim * solution made for -Qu operation */ -alpm_list_t *alpm_get_upgrades() +alpm_list_t SYMEXPORT *alpm_get_upgrades() { alpm_list_t *syncpkgs = NULL; alpm_list_t *i, *j, *k, *m; |