diff options
author | Aaron Griffin <aaron@archlinux.org> | 2007-03-07 07:45:30 +0000 |
---|---|---|
committer | Aaron Griffin <aaron@archlinux.org> | 2007-03-07 07:45:30 +0000 |
commit | 166ffc4f9e3bf3b0014c8c307f93af650fd24feb (patch) | |
tree | 578fc9393b80e07bec20f8684ca51685b646bb29 /lib/libalpm/deps.h | |
parent | 1a9e6015c7ab67c137be3e1d89b90e67b635b50b (diff) | |
download | pacman-166ffc4f9e3bf3b0014c8c307f93af650fd24feb.tar.xz |
* Bug fix for makepkg dependency testing. This requires that we
expose alpm_splitdep and alpm_depcmp as public symbols
* Removed a duplicate strtrim for question responses
Diffstat (limited to 'lib/libalpm/deps.h')
-rw-r--r-- | lib/libalpm/deps.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libalpm/deps.h b/lib/libalpm/deps.h index ede495d2..8f3a9b91 100644 --- a/lib/libalpm/deps.h +++ b/lib/libalpm/deps.h @@ -49,7 +49,6 @@ int _alpm_depmiss_isin(pmdepmissing_t *needle, alpm_list_t *haystack); alpm_list_t *_alpm_sortbydeps(alpm_list_t *targets, pmtranstype_t mode); alpm_list_t *_alpm_checkdeps(pmtrans_t *trans, pmdb_t *db, pmtranstype_t op, alpm_list_t *packages); -pmdepend_t *_alpm_splitdep(const char *depstring); alpm_list_t *_alpm_removedeps(pmdb_t *db, alpm_list_t *targs); int _alpm_resolvedeps(pmdb_t *local, alpm_list_t *dbs_sync, pmpkg_t *syncpkg, alpm_list_t *list, alpm_list_t *trail, pmtrans_t *trans, |