summaryrefslogtreecommitdiff
path: root/lib/rpmal.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rpmal.h')
-rw-r--r--lib/rpmal.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/rpmal.h b/lib/rpmal.h
index 3c6a833d3..10fe756d4 100644
--- a/lib/rpmal.h
+++ b/lib/rpmal.h
@@ -80,6 +80,15 @@ rpmte * rpmalAllSatisfiesDepend(const rpmal al, const rpmds ds);
RPM_GNUC_INTERNAL
rpmte rpmalSatisfiesDepend(const rpmal al, const rpmte te, const rpmds ds);
+/**
+ * Return index of a transaction element in the available list
+ * @param al available list
+ * @param te transaction element
+ * @return index, (unsigned int)-1 if not found
+ */
+RPM_GNUC_INTERNAL
+unsigned int rpmalLookupTE(const rpmal al, const rpmte te);
+
#ifdef __cplusplus
}
#endif