summaryrefslogtreecommitdiff
path: root/build/rpmfc.h
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2012-10-11 15:52:52 -0700
committerAnas Nashif <anas.nashif@intel.com>2013-02-02 16:44:16 -0800
commit4b6dfbfb70d4979178fd54d76e52ab39af79a817 (patch)
treeda5099b2aa420119160d69f382c2dbf7c82c32fc /build/rpmfc.h
parent86eabb34ce7285dfe7f55f3773c1e9938fb17e21 (diff)
downloadrpm-4b6dfbfb70d4979178fd54d76e52ab39af79a817.tar.gz
rpm-4b6dfbfb70d4979178fd54d76e52ab39af79a817.tar.bz2
rpm-4b6dfbfb70d4979178fd54d76e52ab39af79a817.zip
Find supplements
Diffstat (limited to 'build/rpmfc.h')
-rw-r--r--build/rpmfc.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/build/rpmfc.h b/build/rpmfc.h
index f3d3e6645..a05fd0e78 100644
--- a/build/rpmfc.h
+++ b/build/rpmfc.h
@@ -106,6 +106,13 @@ rpmds rpmfcProvides(rpmfc fc);
*/
rpmds rpmfcRequires(rpmfc fc);
+/** \ingroup rpmfc
+ * Retrieve file classification supplements
+ * @param fc file classifier
+ * @return rpmds dependency set of fc requires
+ */
+rpmds rpmfcSupplements(rpmfc fc);
+
#ifdef __cplusplus
}
#endif