From 327c272bb4540cee396f7e83ff98899876363a79 Mon Sep 17 00:00:00 2001 From: Allan McRae Date: Fri, 4 May 2012 13:56:55 +1000 Subject: Basic running of pacman -Qkk to check mtree files If a package has an mtree file, using pacman -Qkk will read that file and use it to perform more in depth package checking. Currently this only checks for file presence. Signed-off-by: Allan McRae --- src/pacman/check.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/pacman/check.h') diff --git a/src/pacman/check.h b/src/pacman/check.h index b107a7f5..f71637c4 100644 --- a/src/pacman/check.h +++ b/src/pacman/check.h @@ -22,7 +22,8 @@ #include -int check(alpm_pkg_t *pkg); +int check_pkg_fast(alpm_pkg_t *pkg); +int check_pkg_full(alpm_pkg_t *pkg); #endif /* _PM_CHECK_H */ -- cgit v1.2.3-24-g4f1b