diff options
Diffstat (limited to 'Include/cpython/fileutils.h')
-rw-r--r-- | Include/cpython/fileutils.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Include/cpython/fileutils.h b/Include/cpython/fileutils.h index 312fd95828..954f078d25 100644 --- a/Include/cpython/fileutils.h +++ b/Include/cpython/fileutils.h @@ -32,6 +32,9 @@ PyAPI_FUNC(int) _Py_EncodeLocaleEx( int current_locale, _Py_error_handler errors); +PyAPI_FUNC(char*) _Py_EncodeLocaleRaw( + const wchar_t *text, + size_t *error_pos); PyAPI_FUNC(PyObject *) _Py_device_encoding(int); |