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/conf.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/pacman/conf.h') diff --git a/src/pacman/conf.h b/src/pacman/conf.h index d6feb7ac..84b5a253 100644 --- a/src/pacman/conf.h +++ b/src/pacman/conf.h @@ -138,7 +138,8 @@ enum { PM_OP_QUERY, PM_OP_SYNC, PM_OP_DEPTEST, - PM_OP_DATABASE + PM_OP_DATABASE, + PM_OP_FILES }; /* Long Operations */ -- cgit v1.2.3-24-g4f1b