xbps/include
Juan RP 91aeac4dad Rename some function from lib/repository* with more meaningful names.
xbps_unregister_repository() -> xbps_repository_register()
xbps_register_repository() -> xbps_repository_unregister()
xbps_find_deps_in_pkg() -> xbps_repository_find_pkg_deps()
xbps_prepare_pkg() -> xbps_repository_install_pkg()
xbps_find_new_pkg() -> xbps_repository_update_pkg()
xbps_find_new_packages() -> xbps_repository_update_allpkgs()
xbps_get_pkg_props() -> xbps_repository_get_transaction_dict()

--HG--
extra : convert_revision : xtraeme%40gmail.com-20091130110846-5uaqxdhfo0kl0cqd
2009-11-30 12:08:46 +01:00
..
fetch.h Implemented support for working with remote repositories. 2009-10-27 01:46:00 +01:00
sha256.h Properly build shared/static libxbps and utils. 2009-10-30 12:17:26 +01:00
xbps_api.h Rename some function from lib/repository* with more meaningful names. 2009-11-30 12:08:46 +01:00