diff options
Diffstat (limited to 'build/rpmfc.h')
-rw-r--r-- | build/rpmfc.h | 7 |
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 |