summaryrefslogtreecommitdiff
path: root/lib/localeinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/localeinfo.h')
-rw-r--r--lib/localeinfo.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/localeinfo.h b/lib/localeinfo.h
index cf2f9a6..a6773f5 100644
--- a/lib/localeinfo.h
+++ b/lib/localeinfo.h
@@ -1,6 +1,6 @@
/* locale information
- Copyright 2016 Free Software Foundation, Inc.
+ Copyright 2016-2017 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -51,4 +51,4 @@ extern void init_localeinfo (struct localeinfo *);
itself. This is a generous upper bound. */
enum { CASE_FOLDED_BUFSIZE = 32 };
-extern int case_folded_counterparts (wchar_t, wchar_t[CASE_FOLDED_BUFSIZE]);
+extern int case_folded_counterparts (wint_t, wchar_t[CASE_FOLDED_BUFSIZE]);