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