Add xbps_remove_{pkgname,string}_from_array() to the API.

This commit is contained in:
Juan RP
2014-09-13 18:13:25 +02:00
parent b42c3d8498
commit dea31f0a15
3 changed files with 25 additions and 5 deletions

View File

@ -126,8 +126,6 @@ int HIDDEN xbps_array_replace_dict_by_pattern(xbps_array_t,
bool HIDDEN xbps_remove_pkg_from_array_by_name(xbps_array_t, const char *);
bool HIDDEN xbps_remove_pkg_from_array_by_pattern(xbps_array_t, const char *);
bool HIDDEN xbps_remove_pkg_from_array_by_pkgver(xbps_array_t, const char *);
bool HIDDEN xbps_remove_pkgname_from_array(xbps_array_t, const char *);
bool HIDDEN xbps_remove_string_from_array(xbps_array_t, const char *);
/**
* @private