diff options
Diffstat (limited to 'src/pacman/check.h')
-rw-r--r-- | src/pacman/check.h | 3 |
1 files changed, 2 insertions, 1 deletions
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 <alpm.h> -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 */ |