9 #include <rpm/rpmtypes.h> 
   11 #include <rpm/rpmspec.h>         
   53 void rpmfcPrint(
const char * msg, rpmfc fc, FILE * fp);
 
rpmfc rpmfcFree(rpmfc fc)
Destroy a file classifier. 
rpmfc rpmfcCreate(const char *rootDir, rpmFlags flags)
Create a file classifier. 
#define RPM_GNUC_DEPRECATED
void rpmfcPrint(const char *msg, rpmfc fc, FILE *fp)
Print results of file classification. 
rpmds rpmfcDependencies(rpmfc fc, rpmTagVal tagN)
Retrieve file classification dependencies. 
rpmds rpmfcRequires(rpmfc fc)
Retrieve file classification requires. 
rpmRC rpmfcClassify(rpmfc fc, ARGV_t argv, rpm_mode_t *fmode)
Build file class dictionary and mappings. 
rpmds rpmfcProvides(rpmfc fc)
Retrieve file classification provides. 
RPM_GNUC_DEPRECATED rpmfc rpmfcNew(void)
rpmRC rpmfcApply(rpmfc fc)
Build file/package dependency dictionary and mappings. 
const struct rpmfcTokens_s * rpmfcToken
enum rpmRC_e rpmRC
Package read return codes.