mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 14:26:03 -04:00
Add missing prototypes.
Approved by: dim (mentor)
This commit is contained in:
parent
4d7815ecc4
commit
3fad4c3494
1 changed files with 5 additions and 0 deletions
|
|
@ -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 a new issue