summaryrefslogtreecommitdiffstats
path: root/src/pacman/conf.h
diff options
context:
space:
mode:
authorAllan McRae <allan@archlinux.org>2015-06-17 15:56:21 +0200
committerAllan McRae <allan@archlinux.org>2015-07-15 02:57:30 +0200
commit5782b8356c9b9d2c5e21694de22b1441277574b7 (patch)
tree59e279a33db5a46f21deefd15d962c882a78d7eb /src/pacman/conf.h
parente49abc9860cfe9470a5828d3bb0ad38fd57a0fad (diff)
downloadpacman-5782b8356c9b9d2c5e21694de22b1441277574b7.tar.gz
pacman-5782b8356c9b9d2c5e21694de22b1441277574b7.tar.xz
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 <allan@archlinux.org>
Diffstat (limited to 'src/pacman/conf.h')
-rw-r--r--src/pacman/conf.h3
1 files changed, 2 insertions, 1 deletions
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 */