summaryrefslogtreecommitdiff
path: root/lib/rpmts_internal.h
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2012-09-12 12:30:44 +0300
committerPanu Matilainen <pmatilai@redhat.com>2012-09-12 12:30:44 +0300
commit141c898cba6f7c862f34afc939e888edee6b056e (patch)
tree788663bc3ef94939f7a0d54e63b00ddf4f30399c /lib/rpmts_internal.h
parent8a1f9c13fddb6c39a11950f6f934c71e050ae441 (diff)
downloadrpm-141c898cba6f7c862f34afc939e888edee6b056e.tar.gz
Add an nternal rpmal create+populate helper function, use for erased packages
- We'll need this shortly for added packages too...
Diffstat (limited to 'lib/rpmts_internal.h')
-rw-r--r--lib/rpmts_internal.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/rpmts_internal.h b/lib/rpmts_internal.h
index 60daf47aa..5d3240cf0 100644
--- a/lib/rpmts_internal.h
+++ b/lib/rpmts_internal.h
@@ -74,6 +74,9 @@ extern "C" {
RPM_GNUC_INTERNAL
tsMembers rpmtsMembers(rpmts ts);
+RPM_GNUC_INTERNAL
+rpmal rpmtsCreateAl(rpmts ts, rpmElementTypes types);
+
/* returns -1 for retry, 0 for ignore and 1 for not found */
RPM_GNUC_INTERNAL
int rpmtsSolve(rpmts ts, rpmds key);