From 68780f74d8adcf279f081a63f7df44067b311f08 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 10 Dec 2007 11:20:04 +0000 Subject: fix rpmCallbackFunction prototype --- URPM.xs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/URPM.xs b/URPM.xs index 3b6ce8a..fece40f 100644 --- a/URPM.xs +++ b/URPM.xs @@ -1287,8 +1287,8 @@ static void *rpmRunTransactions_callback(const void *h, const rpmCallbackType what, const RPM_CALLBACK_AMOUNT_TYPE amount, const RPM_CALLBACK_AMOUNT_TYPE total, - const void * pkgKey, - void * data) { + fnpyKey pkgKey, + rpmCallbackData data) { static struct timeval tprev; static struct timeval tcurr; static FD_t fd = NULL; -- cgit v1.2.1