diff options
Diffstat (limited to 'Include/fileutils.h')
-rw-r--r-- | Include/fileutils.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Include/fileutils.h b/Include/fileutils.h index 11ebebf..2fade9b 100644 --- a/Include/fileutils.h +++ b/Include/fileutils.h @@ -10,7 +10,8 @@ PyAPI_FUNC(wchar_t *) _Py_char2wchar( size_t *size); PyAPI_FUNC(char*) _Py_wchar2char( - const wchar_t *text); + const wchar_t *text, + size_t *error_pos); #if defined(HAVE_STAT) && !defined(MS_WINDOWS) PyAPI_FUNC(int) _Py_wstat( |