[Lxml-checkins] r54447 - in lxml/trunk: . src/lxml
scoder at codespeak.net
scoder at codespeak.net
Mon May 5 21:43:01 CEST 2008
Author: scoder
Date: Mon May 5 21:43:00 2008
New Revision: 54447
Modified:
lxml/trunk/ (props changed)
lxml/trunk/src/lxml/tree.pxd
Log:
r4160 at delle: sbehnel | 2008-05-05 09:12:11 +0200
declare xmlDictExists()
Modified: lxml/trunk/src/lxml/tree.pxd
==============================================================================
--- lxml/trunk/src/lxml/tree.pxd (original)
+++ lxml/trunk/src/lxml/tree.pxd Mon May 5 21:43:00 2008
@@ -56,6 +56,7 @@
# libxml/dict.h appears to be broken to include in C
ctypedef struct xmlDict
cdef char* xmlDictLookup(xmlDict* dict, char* name, int len) nogil
+ cdef char* xmlDictExists(xmlDict* dict, char* name, int len) nogil
cdef extern from "libxml/tree.h":
ctypedef struct xmlDoc
More information about the lxml-checkins
mailing list