summaryrefslogtreecommitdiff
path: root/src/selection.h
diff options
context:
space:
mode:
authorMichael Schroeder <mls@suse.de>2013-10-04 16:43:52 +0200
committerMichael Schroeder <mls@suse.de>2013-10-04 16:43:52 +0200
commitdef5c271d0d1bd7c3ab365acba60646298892c31 (patch)
treeedd890e8196222c5c4fc260943d509b45c1f5f29 /src/selection.h
parent7f26582bc2b27140a6bae939dc66f57d4b5af245 (diff)
downloadlibsolv-def5c271d0d1bd7c3ab365acba60646298892c31.tar.gz
libsolv-def5c271d0d1bd7c3ab365acba60646298892c31.tar.bz2
libsolv-def5c271d0d1bd7c3ab365acba60646298892c31.zip
refactor selection code, add SELECTION_SKIP_KIND, add support for arch/kind filtering
Diffstat (limited to 'src/selection.h')
-rw-r--r--src/selection.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/selection.h b/src/selection.h
index 8f4d04b..1908476 100644
--- a/src/selection.h
+++ b/src/selection.h
@@ -32,6 +32,7 @@ extern "C" {
#define SELECTION_NOCASE (1 << 11)
#define SELECTION_SOURCE_ONLY (1 << 12)
#define SELECTION_WITH_SOURCE (1 << 13)
+#define SELECTION_SKIP_KIND (1 << 14)
extern int selection_make(Pool *pool, Queue *selection, const char *name, int flags);
extern int selection_make_matchdeps(Pool *pool, Queue *selection, const char *name, int flags, int keyname, int marker);