Add missing prototypes.

Approved by:	dim (mentor)
This commit is contained in:
David Chisnall 2012-03-13 15:21:14 +00:00
parent 4d7815ecc4
commit 3fad4c3494
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=232927

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)
{