aboutsummaryrefslogtreecommitdiff
path: root/include/wctype.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/wctype.h')
-rw-r--r--include/wctype.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/wctype.h b/include/wctype.h
index 3e2f694bce2c..330b5ed0dc2c 100644
--- a/include/wctype.h
+++ b/include/wctype.h
@@ -85,6 +85,7 @@ wint_t iswnumber(wint_t);
wint_t iswphonogram(wint_t);
wint_t iswrune(wint_t);
wint_t iswspecial(wint_t);
+wint_t nextwctype(wint_t, wctype_t);
#endif
__END_DECLS