summaryrefslogtreecommitdiff
path: root/src/selection.h
diff options
context:
space:
mode:
authorMichael Schroeder <mls@suse.de>2012-11-02 11:41:43 +0100
committerMichael Schroeder <mls@suse.de>2012-11-02 11:41:43 +0100
commita6db1af2cdd7263bebe48d9342fdb032c413ee4f (patch)
tree15a49c74ae41538a2a9106529a5266a3d69d0d1e /src/selection.h
parent7662309186d0c0a41118d227abd9b58ce3df855b (diff)
downloadlibsolv-a6db1af2cdd7263bebe48d9342fdb032c413ee4f.tar.gz
libsolv-a6db1af2cdd7263bebe48d9342fdb032c413ee4f.tar.bz2
libsolv-a6db1af2cdd7263bebe48d9342fdb032c413ee4f.zip
add SELECTION_WITH_SOURCE, rename SELECTION_SOURCE to SELECTION_SOURCE_ONLY
Diffstat (limited to 'src/selection.h')
-rw-r--r--src/selection.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/selection.h b/src/selection.h
index 2a3662f..9b7d454 100644
--- a/src/selection.h
+++ b/src/selection.h
@@ -23,7 +23,8 @@
#define SELECTION_GLOB (1 << 9)
#define SELECTION_FLAT (1 << 10)
#define SELECTION_NOCASE (1 << 11)
-#define SELECTION_SOURCE (1 << 12)
+#define SELECTION_SOURCE_ONLY (1 << 12)
+#define SELECTION_WITH_SOURCE (1 << 13)
extern int selection_make(Pool *pool, Queue *selection, const char *name, int flags);
extern void selection_limit(Pool *pool, Queue *sel1, Queue *sel2);