summaryrefslogtreecommitdiff
path: root/src/lxml/python.pxd
diff options
context:
space:
mode:
authorscoder <none@none>2008-05-26 19:48:21 +0200
committerscoder <none@none>2008-05-26 19:48:21 +0200
commitf018f8665f8d37a8c80997bf968e4a4b0e312ba3 (patch)
tree3dcd2582d7b5ef94b713bbfcf9871b269a6d77fc /src/lxml/python.pxd
parente06bc05190db950778fafdf73e34550e74eff778 (diff)
downloadpython-lxml-f018f8665f8d37a8c80997bf968e4a4b0e312ba3.tar.gz
[svn r3761] r4377@delle: sbehnel | 2008-05-26 13:32:40 +0200
missing bit of last commit --HG-- branch : trunk
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 df346f3f..71d79308 100644
--- a/src/lxml/python.pxd
+++ b/src/lxml/python.pxd
@@ -34,6 +34,7 @@ cdef extern from "Python.h":
cdef object PyUnicode_Decode(char* s, Py_ssize_t size,
char* encoding, char* errors)
cdef object PyUnicode_DecodeUTF8(char* s, Py_ssize_t size, char* errors)
+ cdef object PyUnicode_DecodeLatin1(char* s, Py_ssize_t size, char* errors)
cdef object PyUnicode_AsUTF8String(object ustring)
cdef object PyUnicode_AsASCIIString(object ustring)
cdef char* PyUnicode_AS_DATA(object ustring)