summaryrefslogtreecommitdiff
path: root/lib/rpmts_internal.h
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2014-03-04 10:50:46 +0200
committerPanu Matilainen <pmatilai@redhat.com>2014-03-04 10:50:46 +0200
commit1f3164ae6975747e72af383f2d74c27245e6fe36 (patch)
tree866b17b3b307d8ea0e4b4b4be4b45397757879a3 /lib/rpmts_internal.h
parenta4214256ce1e0d485becca66478d16e818039cb8 (diff)
downloadrpm-1f3164ae6975747e72af383f2d74c27245e6fe36.tar.gz
Make rpmtsPrunedIterator() internally available
Diffstat (limited to 'lib/rpmts_internal.h')
-rw-r--r--lib/rpmts_internal.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/rpmts_internal.h b/lib/rpmts_internal.h
index 812a93886..0caa7cb12 100644
--- a/lib/rpmts_internal.h
+++ b/lib/rpmts_internal.h
@@ -85,6 +85,11 @@ rpmstrPool rpmtsPool(rpmts ts);
RPM_GNUC_INTERNAL
tsMembers rpmtsMembers(rpmts ts);
+/* Return rpmdb iterator with removals optionally pruned out */
+RPM_GNUC_INTERNAL
+rpmdbMatchIterator rpmtsPrunedIterator(rpmts ts, rpmDbiTagVal tag,
+ const char * key, int prune);
+
RPM_GNUC_INTERNAL
rpmal rpmtsCreateAl(rpmts ts, rpmElementTypes types);