summaryrefslogtreecommitdiff
path: root/src/lxml/classlookup.pxi
diff options
context:
space:
mode:
authorscoder <none@none>2007-10-25 10:04:15 +0200
committerscoder <none@none>2007-10-25 10:04:15 +0200
commit5c50e3e389eb22a08e500a5adb0496757e0e93bf (patch)
treef741c30ef025d048f188d15da8f73d2e731c031f /src/lxml/classlookup.pxi
parentbeee63883c126f80888fb042e28b0b7a35e84d47 (diff)
downloadpython-lxml-5c50e3e389eb22a08e500a5adb0496757e0e93bf.tar.gz
[svn r2996] forgotten export
--HG-- branch : trunk
Diffstat (limited to 'src/lxml/classlookup.pxi')
-rw-r--r--src/lxml/classlookup.pxi2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lxml/classlookup.pxi b/src/lxml/classlookup.pxi
index b940574d..46ffd89b 100644
--- a/src/lxml/classlookup.pxi
+++ b/src/lxml/classlookup.pxi
@@ -48,7 +48,7 @@ cdef class EntityBase(_Entity):
################################################################################
# Element class lookup
-ctypedef object (*_element_class_lookup_function)(object, _Document, xmlNode*)
+ctypedef public object (*_element_class_lookup_function)(object, _Document, xmlNode*)
# class to store element class lookup functions
cdef public class ElementClassLookup [ type LxmlElementClassLookupType,