mirror of
https://git.freebsd.org/ports.git
synced 2025-06-30 17:10:33 -04:00
11 lines
564 B
C
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 );
|