summaryrefslogtreecommitdiff
path: root/src/lxml/python.pxd
diff options
context:
space:
mode:
Diffstat (limited to 'src/lxml/python.pxd')
-rw-r--r--src/lxml/python.pxd1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lxml/python.pxd b/src/lxml/python.pxd
index 2cef4781..c239a39c 100644
--- a/src/lxml/python.pxd
+++ b/src/lxml/python.pxd
@@ -41,3 +41,4 @@ cdef extern from "etree.h": # redefines some functions as macros
cdef int isinstance(object instance, object classes)
cdef int hasattr(object obj, object attr)
cdef int callable(object obj)
+ cdef char* _cstr(object s)