Add missing prototypes.
Approved by: dim (mentor)
This commit is contained in:
parent
75aeb0cde5
commit
5c44253e51
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user