diff options
Diffstat (limited to 'src/wrapped/wrappedxml2_private.h')
| -rwxr-xr-x | src/wrapped/wrappedxml2_private.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/wrapped/wrappedxml2_private.h b/src/wrapped/wrappedxml2_private.h index 6c297d1a..6703763b 100755 --- a/src/wrapped/wrappedxml2_private.h +++ b/src/wrapped/wrappedxml2_private.h @@ -407,16 +407,12 @@ GO(xmlGetUTF8Char, iFpp) //GO(__xmlGlobalInitMutexLock, //GO(__xmlGlobalInitMutexUnlock, GO(xmlHandleEntity, vFpp) // obsolete, might be removed -//GO(xmlHasFeature, -GO(xmlHasNsProp, pFppp) -GO(xmlHasProp, pFpp) GO(xmlHashAddEntry, iFppp) GO(xmlHashAddEntry2, iFpppp) GO(xmlHashAddEntry3, iFppppp) GOM(xmlHashCopy, pFEpp) GO(xmlHashCreate, pFi) GO(xmlHashCreateDict, pFip) -GO(xmlHasFeature, iFi) GOM(xmlHashFree, vFEpp) GO(xmlHashLookup, pFpp) GO(xmlHashLookup2, pFppp) @@ -435,6 +431,7 @@ GO(xmlHashSize, iFp) GOM(xmlHashUpdateEntry, iFEpppp) GOM(xmlHashUpdateEntry2, iFEppppp) GOM(xmlHashUpdateEntry3, iFEpppppp) +GO(xmlHasFeature, iFi) GO(xmlHasNsProp, pFppp) GO(xmlHasProp, pFpp) //GO(__xmlIndentTreeOutput, @@ -1608,4 +1605,4 @@ GO(xmlXPathWrapString, pFp) DATAM(xmlFree, sizeof(void*)) DATAM(xmlMalloc, sizeof(void*)) DATAM(xmlRealloc, sizeof(void*)) -DATAM(xmlMemStrdup, sizeof(void*)) \ No newline at end of file +DATAM(xmlMemStrdup, sizeof(void*)) |