Add missing prototypes.

Approved by:	dim (mentor)
This commit is contained in:
theraven 2012-03-13 15:21:14 +00:00
parent 75aeb0cde5
commit 5c44253e51

View File

@ -88,6 +88,11 @@ __istype_l(__ct_rune_t __c, unsigned long __f, locale_t __loc)
_XLOCALE_INLINE int isw##fname##_l(int __c, locale_t __l)\
{ return __istype_l(__c, cat, __l); }
#else
_XLOCALE_INLINE int
__sbmaskrune_l(__ct_rune_t __c, unsigned long __f, locale_t __loc);
_XLOCALE_INLINE int
__sbistype_l(__ct_rune_t __c, unsigned long __f, locale_t __loc);
_XLOCALE_INLINE int
__sbmaskrune_l(__ct_rune_t __c, unsigned long __f, locale_t __loc)
{