From f018f8665f8d37a8c80997bf968e4a4b0e312ba3 Mon Sep 17 00:00:00 2001 From: scoder Date: Mon, 26 May 2008 19:48:21 +0200 Subject: [svn r3761] r4377@delle: sbehnel | 2008-05-26 13:32:40 +0200 missing bit of last commit --HG-- branch : trunk --- src/lxml/python.pxd | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lxml/python.pxd') 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) -- cgit v1.2.1