added installFlags to prototype of install function

CVS patchset: 200
CVS date: 1996/01/13 00:18:06
This commit is contained in:
ewt 1996-01-13 00:18:06 +00:00
parent 0d9d12120a
commit 1c02bb1d89
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ 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 rpmInstallPackage(char * prefix, rpmdb db, int fd, int test);
int rpmInstallPackage(char * prefix, rpmdb db, int fd, int flags, int test);
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);