diff options
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); |