added rpmdbUpdateRecord()
authorewt <devnull@localhost>
Thu, 15 Feb 1996 21:08:41 +0000 (21:08 +0000)
committerewt <devnull@localhost>
Thu, 15 Feb 1996 21:08:41 +0000 (21:08 +0000)
CVS patchset: 286
CVS date: 1996/02/15 21:08:41

lib/rpmlib.h

index ad979cd..366ef80 100644 (file)
@@ -124,5 +124,6 @@ int rpmInstallPackage(char * prefix, rpmdb db, int fd, int flags,
 int rpmRemovePackage(char * prefix, rpmdb db, unsigned int offset, int test);
 int rpmdbRemove(rpmdb db, unsigned int offset, int tolerant);
 int rpmdbAdd(rpmdb db, Header dbentry);
+int rpmdbUpdateRecord(rpmdb db, int secOffset, Header secHeader);
 
 #endif