xbps-bin: make the 'autoremove' target respect -f flag to bypass question.

--HG--
extra : convert_revision : xtraeme%40gmail.com-20091207055227-8kiks1f3k2tuoe2z
This commit is contained in:
Juan RP
2009-12-07 06:52:27 +01:00
parent 972af411d1
commit 2d68cec780
3 changed files with 14 additions and 19 deletions

View File

@ -27,7 +27,7 @@
#define _XBPS_BIN_DEFS_H_
int xbps_exec_transaction(const char *, bool, bool);
int xbps_autoremove_pkgs(void);
int xbps_autoremove_pkgs(bool);
int xbps_remove_installed_pkg(const char *, bool);
int xbps_check_pkg_integrity(const char *);
int xbps_check_pkg_integrity_all(void);