diff options
author | Nagy Gabor <ngaba@bibl.u-szeged.hu> | 2008-01-30 13:55:49 +0100 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2008-02-07 20:15:30 -0600 |
commit | 77c3cf9790472592902183354ea5481cffc01f58 (patch) | |
tree | 92f07c50b65bddd08171cbf0a18c9a2b20e2c71b /lib/libalpm/alpm.h | |
parent | 7dc37109b096b484fc569060cc896b5127419775 (diff) | |
download | pacman-77c3cf9790472592902183354ea5481cffc01f58.tar.xz |
Remove alpm_sync_get_newversion function
sync->newversion shouldn't be public at all, and internally we access it directly.
(Before pmsyncpkg_t clean-up the analogue of this field [type] was needed in replaces computation.)
Signed-off-by: Nagy Gabor <ngaba@bibl.u-szeged.hu>
Signed-off-by: Chantry Xavier <shiningxc@gmail.com>
Diffstat (limited to 'lib/libalpm/alpm.h')
-rw-r--r-- | lib/libalpm/alpm.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libalpm/alpm.h b/lib/libalpm/alpm.h index 1177c251..b19e1dd9 100644 --- a/lib/libalpm/alpm.h +++ b/lib/libalpm/alpm.h @@ -246,7 +246,6 @@ const alpm_list_t *alpm_grp_get_pkgs(const pmgrp_t *grp); * Sync */ -pmpkgreason_t alpm_sync_get_newreason(const pmsyncpkg_t *sync); pmpkg_t *alpm_sync_get_pkg(const pmsyncpkg_t *sync); alpm_list_t *alpm_sync_get_removes(const pmsyncpkg_t *sync); pmpkg_t *alpm_sync_newversion(pmpkg_t *pkg, alpm_list_t *dbs_sync); |