From: ewt Date: Sun, 8 Feb 1998 17:29:37 +0000 (+0000) Subject: rpmInstallPackage() doesn't take netsharedpath as an argument X-Git-Tag: rpm-4.4-release~3759 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c277b410dcc6ae20415442d625f89e77963dd3ff;p=platform%2Fupstream%2Frpm.git rpmInstallPackage() doesn't take netsharedpath as an argument CVS patchset: 1999 CVS date: 1998/02/08 17:29:37 --- diff --git a/lib/rpmlib.h b/lib/rpmlib.h index 286cf92..87bb7ea 100644 --- a/lib/rpmlib.h +++ b/lib/rpmlib.h @@ -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);