From 11f137ec73ef1d66fa17da6523965b2cb3df28cc Mon Sep 17 00:00:00 2001 From: tv Date: Mon, 2 Jan 2012 16:18:42 +0000 Subject: (transCallback) mark as static git-svn-id: svn+ssh://haiku.zarb.org/home/projects/rpm4/svn/trunk@183 971eb68f-4bfb-0310-8326-d2484c010a4c --- RPM4/src/RPM4.xs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RPM4/src/RPM4.xs b/RPM4/src/RPM4.xs index 39d2626..be000b4 100644 --- a/RPM4/src/RPM4.xs +++ b/RPM4/src/RPM4.xs @@ -184,7 +184,7 @@ static rpmTag sv2dbquerytag(SV * sv_tag) { /* This function replace the standard rpmShowProgress callback * during transaction to allow perl callback */ -void * +static void * transCallback(const void *h, const rpmCallbackType what, const rpm_loff_t amount, -- cgit v1.2.1