added rpmdbFindByProvides(), rpmdbFindByRequiredBy()
authorewt <devnull@localhost>
Sun, 9 Jun 1996 21:50:44 +0000 (21:50 +0000)
committerewt <devnull@localhost>
Sun, 9 Jun 1996 21:50:44 +0000 (21:50 +0000)
CVS patchset: 625
CVS date: 1996/06/09 21:50:44

lib/rpmlib.h

index af1ce66..b2c6e2e 100644 (file)
@@ -163,6 +163,8 @@ Header rpmdbGetRecord(rpmdb db, unsigned int offset);
 int rpmdbFindByFile(rpmdb db, char * filespec, dbIndexSet * matches);
 int rpmdbFindByGroup(rpmdb db, char * group, dbIndexSet * matches);
 int rpmdbFindPackage(rpmdb db, char * name, dbIndexSet * matches);
+int rpmdbFindByProvides(rpmdb db, char * filespec, dbIndexSet * matches);
+int rpmdbFindByRequiredBy(rpmdb db, char * filespec, dbIndexSet * matches);
 
 int rpmInstallSourcePackage(char * prefix, int fd, char ** specFile);
 int rpmInstallPackage(char * prefix, rpmdb db, int fd, int flags,