aboutsummaryrefslogtreecommitdiff
path: root/wctype/wctype.h
diff options
context:
space:
mode:
Diffstat (limited to 'wctype/wctype.h')
-rw-r--r--wctype/wctype.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/wctype/wctype.h b/wctype/wctype.h
index 2ed0fe1f35..43ff8e4d1a 100644
--- a/wctype/wctype.h
+++ b/wctype/wctype.h
@@ -151,6 +151,7 @@ extern int iswxdigit __P ((wint_t __wc));
/* Construct value that describes a class of wide characters identified
by the string argument PROPERTY. */
+extern wctype_t __wctype __P ((__const char *__property));
extern wctype_t wctype __P ((__const char *__property));
/* Determine whether the wide-character WC has the property described by