summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/wctype.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/wctype.h b/include/wctype.h
index f52f0a3f30..2acaabd5c4 100644
--- a/include/wctype.h
+++ b/include/wctype.h
@@ -49,6 +49,7 @@ extern int __iswspace (wint_t __wc);
extern int __iswctype (wint_t __wc, wctype_t __desc);
extern int __iswctype_internal (wint_t __wc, wctype_t __desc) attribute_hidden;
extern wctype_t __wctype (__const char *__property);
+extern wctrans_t __wctrans (const char *__property);
extern wint_t __towctrans (wint_t __wc, wctrans_t __desc);
extern __typeof (iswalnum_l) __iswalnum_l;