Performance improvements while installing deps of a binpkg.

--HG--
extra : convert_revision : 2ad3b29cfd22489f76739287176f40dd9535dfee
This commit is contained in:
Juan RP
2009-04-04 05:24:58 +02:00
parent 57de10314a
commit 44926cd53c
8 changed files with 123 additions and 188 deletions

View File

@@ -35,7 +35,7 @@ int xbps_register_pkg(prop_dictionary_t, bool, bool);
int xbps_unpack_binary_pkg(prop_dictionary_t, prop_dictionary_t);
int xbps_requiredby_pkg_add(prop_array_t, prop_dictionary_t, bool);
int xbps_requiredby_pkg_remove(const char *);
int xbps_find_deps_in_pkg(prop_dictionary_t);
int xbps_find_deps_in_pkg(prop_dictionary_t, prop_object_iterator_t);
prop_dictionary_t xbps_get_pkg_deps_dictionary(void);

View File

@@ -105,6 +105,6 @@ bool
xbps_remove_pkg_dict_from_file(const char *, const char *);
bool
xbps_remove_pkg_from_dict(prop_dictionary_t, const char *);
xbps_remove_pkg_from_dict(prop_dictionary_t, const char *, const char *);
#endif /* !_XBPS_PLIST_H_ */