xbps-bin: add support to check integrity of all installed packages,

through "xbps-bin check all".

--HG--
extra : convert_revision : xtraeme%40gmail.com-20091005224237-plr75i3wveirhu4p
This commit is contained in:
Juan RP
2009-10-06 00:42:37 +02:00
parent 06f70e182c
commit 3d8fb79e94
3 changed files with 49 additions and 5 deletions

View File

@@ -31,6 +31,7 @@ void xbps_autoremove_pkgs(void);
void xbps_remove_installed_pkg(const char *, bool);
void xbps_autoupdate_pkgs(bool);
int xbps_check_pkg_integrity(const char *);
int xbps_check_pkg_integrity_all(void);
int xbps_show_pkg_deps(const char *);
int xbps_show_pkg_reverse_deps(const char *);