Fix the other missing prototypes.

Approved by:	dim (mentor)
This commit is contained in:
theraven 2012-03-13 17:32:55 +00:00
parent 5c44253e51
commit 2895bb961d

View File

@ -68,6 +68,11 @@ _RuneLocale *__runes_for_locale(locale_t, int*);
#endif /* _XLOCALE_INLINE */
#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)
{