Performance improvements while installing deps of a binpkg.
--HG-- extra : convert_revision : 2ad3b29cfd22489f76739287176f40dd9535dfee
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
@@ -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_ */
|
||||
|
||||
Reference in New Issue
Block a user