From 5782b8356c9b9d2c5e21694de22b1441277574b7 Mon Sep 17 00:00:00 2001 From: Allan McRae Date: Wed, 17 Jun 2015 23:56:21 +1000 Subject: Prototype pacman files database operations Add the -F/--files operations, -s/--sync support and nd provide dummy functions for -s/--search, -l/-list and -o/--owns. Signed-off-by: Allan McRae --- src/pacman/pacman.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/pacman/pacman.h') diff --git a/src/pacman/pacman.h b/src/pacman/pacman.h index ddf6e62a..e7d3aa64 100644 --- a/src/pacman/pacman.h +++ b/src/pacman/pacman.h @@ -28,6 +28,8 @@ int pacman_database(alpm_list_t *targets); /* deptest.c */ int pacman_deptest(alpm_list_t *targets); +/* files.c */ +int pacman_files(alpm_list_t *files); /* query.c */ int pacman_query(alpm_list_t *targets); /* remove.c */ -- cgit v1.2.3