ports/textproc/ruby-xslt/files/patch-extfunc.h
Pav Lucistnik a1a31f7c07 - Update to 0.8.1 and unbreak
Approved by:	maintainer timeout (25 days)
2005-09-04 12:20:19 +00:00

11 lines
564 B
C

--- extfunc.h.orig Mon Mar 28 21:48:01 2005
+++ extfunc.h Tue Aug 9 17:04:58 2005
@@ -21,7 +21,7 @@
/* this stores function names and the ids of the objects they belong to, indexed by name and namespace */
static xmlHashTablePtr pExtFunctionsHashTable = NULL;
-void deallocateCallback( void *, xmlChar * ATTRIBUTE_UNUSED );
+void deallocateCallback( void *payload, xmlChar *name ATTRIBUTE_UNUSED );
VALUE xpathObj2value( xmlXPathObjectPtr, xmlDocPtr );
xmlXPathObjectPtr value2xpathObj( VALUE );
void xmlXPathFuncCallback( xmlXPathParserContextPtr, int );