From 2895bb961db29adc9d18fbc6acadf748724f80db Mon Sep 17 00:00:00 2001 From: theraven Date: Tue, 13 Mar 2012 17:32:55 +0000 Subject: Fix the other missing prototypes. Approved by: dim (mentor) --- include/xlocale/_ctype.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include/xlocale/_ctype.h') diff --git a/include/xlocale/_ctype.h b/include/xlocale/_ctype.h index aaad8da..9cb3385 100644 --- a/include/xlocale/_ctype.h +++ b/include/xlocale/_ctype.h @@ -69,6 +69,11 @@ _RuneLocale *__runes_for_locale(locale_t, int*); #ifdef _XLOCALE_WCTYPES _XLOCALE_INLINE int +__maskrune_l(__ct_rune_t __c, unsigned long __f, locale_t __loc); +_XLOCALE_INLINE __inline int +__istype_l(__ct_rune_t __c, unsigned long __f, locale_t __loc); + +_XLOCALE_INLINE int __maskrune_l(__ct_rune_t __c, unsigned long __f, locale_t __loc) { int __limit; -- cgit v1.1