Improve two phase pkg removal: do the check for all entry types.

This commit is contained in:
Juan RP
2014-02-09 12:53:15 +01:00
parent 61fa9b8c7e
commit 596a8c199f
2 changed files with 72 additions and 55 deletions

View File

@ -239,8 +239,6 @@ int HIDDEN xbps_transaction_package_replace(struct xbps_handle *);
* From lib/package_remove.c
*/
int HIDDEN xbps_remove_pkg(struct xbps_handle *, const char *, bool);
int HIDDEN xbps_remove_pkg_files(struct xbps_handle *, xbps_dictionary_t,
const char *, const char *);
/**
* @private