removed removeBinaryPackage()
authorewt <devnull@localhost>
Mon, 4 Jan 1999 16:44:38 +0000 (16:44 +0000)
committerewt <devnull@localhost>
Mon, 4 Jan 1999 16:44:38 +0000 (16:44 +0000)
CVS patchset: 2646
CVS date: 1999/01/04 16:44:38

lib/rpmlib.h

index 35b36cb..9856602 100644 (file)
@@ -319,7 +319,6 @@ int rpmInstallSourcePackage(char * root, FD_t fd, char ** specFile,
                            rpmNotifyFunction notify, void * notifyData,
                            char * labelFormat, char ** cookie);
 int rpmVersionCompare(Header first, Header second);
-int removeBinaryPackage(char * root, rpmdb db, unsigned int offset, int flags);
 int rpmdbRebuild(char * root);
 
 int rpmVerifyFile(char * root, Header h, int filenum, int * result,