summaryrefslogtreecommitdiff
path: root/src/lxml/includes
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2012-08-06 22:04:54 +0200
committerStefan Behnel <stefan_ml@behnel.de>2012-08-06 22:04:54 +0200
commit09a99fe652665f78f1ce6e9772e4987deb8cbd3a (patch)
tree9b485fcc00a77300c4eb2c06195abe162a332c7e /src/lxml/includes
parent4cc15fb3a0ca4102f2cbd5c453187dd00b7f0076 (diff)
downloadpython-lxml-09a99fe652665f78f1ce6e9772e4987deb8cbd3a.tar.gz
fix for new libxml2 API
Diffstat (limited to 'src/lxml/includes')
-rw-r--r--src/lxml/includes/tree.pxd2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lxml/includes/tree.pxd b/src/lxml/includes/tree.pxd
index 788c8423..78c84504 100644
--- a/src/lxml/includes/tree.pxd
+++ b/src/lxml/includes/tree.pxd
@@ -71,7 +71,7 @@ cdef extern from *: # actually "libxml/dict.h"
cdef const_xmlChar* xmlDictLookup(xmlDict* dict, const_xmlChar* name, int len) nogil
cdef const_xmlChar* xmlDictExists(xmlDict* dict, const_xmlChar* name, int len) nogil
cdef int xmlDictOwns(xmlDict* dict, const_xmlChar* name) nogil
- cdef int xmlDictSize(xmlDict* dict) nogil
+ cdef size_t xmlDictSize(xmlDict* dict) nogil
cdef extern from "libxml/tree.h":
ctypedef struct xmlDoc