diff options
author | ewt <devnull@localhost> | 1999-01-12 03:11:25 +0000 |
---|---|---|
committer | ewt <devnull@localhost> | 1999-01-12 03:11:25 +0000 |
commit | 33d610be387218a7c786a84e585efd2cc3a33881 (patch) | |
tree | 1809d2983d79d0179fcee7e0e9c089950b4cf4e8 /lib/install.h | |
parent | 37a0fd968d3e033a71f0f3e5ed12cefedb5a6ab6 (diff) | |
download | librpm-tizen-33d610be387218a7c786a84e585efd2cc3a33881.tar.gz librpm-tizen-33d610be387218a7c786a84e585efd2cc3a33881.tar.bz2 librpm-tizen-33d610be387218a7c786a84e585efd2cc3a33881.zip |
I'm too lazy to put these in a third time.
CVS patchset: 2691
CVS date: 1999/01/12 03:11:25
Diffstat (limited to 'lib/install.h')
-rw-r--r-- | lib/install.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/install.h b/lib/install.h index cff320264..1518eebb7 100644 --- a/lib/install.h +++ b/lib/install.h @@ -31,8 +31,9 @@ int runTriggers(const char * root, rpmdb db, int sense, Header h, int runImmedTriggers(const char * root, rpmdb db, int sense, Header h, int countCorrection); int installBinaryPackage(const char * rootdir, rpmdb db, FD_t fd, Header h, - int flags, rpmNotifyFunction notify, - void * notifyData, enum fileActions * actions, + int flags, rpmCallbackFunction notify, + void * notifyData, const void * pkgKey, + enum fileActions * actions, struct sharedFileInfo * sharedList); const char * fileActionString(enum fileActions a); |