From cdbb90aceb288034dbf4f228fc4c49da1e2ed0c0 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Wed, 7 Oct 2009 21:52:09 -0500 Subject: Show 'Required By' in -Sii output Just as we do in -Qi, we can compute required by information for sync database packages. The behavior seems sane; for a given package, the -Sii required by will show all packages in *any* sync database that require it. Implements FS#16244. Signed-off-by: Dan McGee --- src/pacman/package.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pacman/package.h') diff --git a/src/pacman/package.h b/src/pacman/package.h index 5b0e02c9..006ea1c9 100644 --- a/src/pacman/package.h +++ b/src/pacman/package.h @@ -23,7 +23,7 @@ #include void dump_pkg_full(pmpkg_t *pkg, int level); -void dump_pkg_sync(pmpkg_t *pkg, const char *treename); +void dump_pkg_sync(pmpkg_t *pkg, const char *treename, int level); void dump_pkg_backups(pmpkg_t *pkg); void dump_pkg_files(pmpkg_t *pkg, int quiet); -- cgit v1.2.3-24-g4f1b