Add a func to remove a pkg from a dictionary.

--HG--
extra : convert_revision : 371d97cf7b6d28555b2b194a83254c29a12c44b4
This commit is contained in:
Juan RP
2009-04-03 15:24:08 +02:00
parent c72bbb0a5b
commit 46f712b4e1
2 changed files with 38 additions and 21 deletions

View File

@@ -104,4 +104,7 @@ xbps_get_array_iter_from_dict(prop_dictionary_t, const char *);
bool
xbps_remove_pkg_dict_from_file(const char *, const char *);
bool
xbps_remove_pkg_from_dict(prop_dictionary_t, const char *);
#endif /* !_XBPS_PLIST_H_ */