rpmInstallPackage() doesn't take netsharedpath as an argument
authorewt <devnull@localhost>
Sun, 8 Feb 1998 17:29:37 +0000 (17:29 +0000)
committerewt <devnull@localhost>
Sun, 8 Feb 1998 17:29:37 +0000 (17:29 +0000)
CVS patchset: 1999
CVS date: 1998/02/08 17:29:37

lib/rpmlib.h

index 286cf92..87bb7ea 100644 (file)
@@ -289,8 +289,7 @@ int rpmInstallSourcePackage(char * root, int fd, char ** specFile,
                            char ** cookie);
 int rpmInstallPackage(char * rootdir, rpmdb db, int fd,
                      struct rpmRelocation * relocations,
-                     int flags, rpmNotifyFunction notify, char * labelFormat,
-                     char * netsharedPath);
+                     int flags, rpmNotifyFunction notify, char * labelFormat);
 int rpmVersionCompare(Header first, Header second);
 int rpmRemovePackage(char * root, rpmdb db, unsigned int offset, int flags);
 int rpmdbRebuild(char * root);