Rename: xbps_read_dict_from_archive_entry() -> xbps_dictionary_from_archive_entry().

This commit is contained in:
Juan RP
2011-06-02 09:54:59 +02:00
parent 9260c58f8a
commit 2d6140f65b
4 changed files with 7 additions and 7 deletions

View File

@@ -110,8 +110,8 @@ _xbps_uncompress_plist_data(char *xml, size_t len)
#undef _READ_CHUNK
prop_dictionary_t HIDDEN
xbps_read_dict_from_archive_entry(struct archive *ar,
struct archive_entry *entry)
xbps_dictionary_from_archive_entry(struct archive *ar,
struct archive_entry *entry)
{
prop_dictionary_t d = NULL;
size_t buflen = 0;