summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
Diffstat (limited to 'Include')
-rw-r--r--Include/fileutils.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Include/fileutils.h b/Include/fileutils.h
index cb15936..11ebebf 100644
--- a/Include/fileutils.h
+++ b/Include/fileutils.h
@@ -6,7 +6,8 @@ extern "C" {
#endif
PyAPI_FUNC(wchar_t *) _Py_char2wchar(
- const char *arg);
+ const char *arg,
+ size_t *size);
PyAPI_FUNC(char*) _Py_wchar2char(
const wchar_t *text);