Rename lib/repository_plist.c exported functions.
xbps_get_path_from_pkg_dict_repo -> xbps_repository_get_path_from_pkg_dict xbps_get_pkg_plist_dict_from_repo -> xbps_repository_get_pkg_plist_dict xbps_get_pkg_plist_dict_from_url -> xbps_repository_get_pkg_plist_dict_from_url --HG-- extra : convert_revision : xtraeme%40gmail.com-20091130113538-bji65cydf3bkwxkw
This commit is contained in:
@ -205,12 +205,12 @@ int SYMEXPORT xbps_repository_update_allpkgs(void);
|
||||
prop_dictionary_t SYMEXPORT xbps_repository_get_transaction_dict(void);
|
||||
|
||||
/* From lib/repository_plist.c */
|
||||
char SYMEXPORT
|
||||
*xbps_get_path_from_pkg_dict_repo(prop_dictionary_t, const char *);
|
||||
char SYMEXPORT *xbps_repository_get_path_from_pkg_dict(prop_dictionary_t,
|
||||
const char *);
|
||||
prop_dictionary_t SYMEXPORT
|
||||
xbps_get_pkg_plist_dict_from_repo(const char *, const char *);
|
||||
xbps_repository_get_pkg_plist_dict(const char *, const char *);
|
||||
prop_dictionary_t SYMEXPORT
|
||||
xbps_get_pkg_plist_dict_from_url(const char *, const char *);
|
||||
xbps_repository_get_pkg_plist_dict_from_url(const char *, const char *);
|
||||
|
||||
/* From lib/repository_pool.c */
|
||||
struct repository_pool {
|
||||
|
Reference in New Issue
Block a user