Make xbps_read_dict_from_archive_entry() private to libxbps, as it's only used internally.

This commit is contained in:
Juan RP
2010-11-10 15:08:21 +01:00
parent 420225d414
commit 3b931475c0
2 changed files with 3 additions and 2 deletions

View File

@@ -480,7 +480,7 @@ _xbps_uncompress_plist_data(char *xml, size_t len)
}
#undef _READ_CHUNK
prop_dictionary_t
prop_dictionary_t HIDDEN
xbps_read_dict_from_archive_entry(struct archive *ar,
struct archive_entry *entry)
{