diff options
author | theraven <theraven@FreeBSD.org> | 2012-03-13 15:21:14 +0000 |
---|---|---|
committer | theraven <theraven@FreeBSD.org> | 2012-03-13 15:21:14 +0000 |
commit | 5c44253e519c4133e1b8dfb5ef9a0c223345c228 (patch) | |
tree | 8cc23e6357bff9589787b71196c30097f59887bb /include | |
parent | 75aeb0cde534161833de0e27f70d1e7d5206cd3d (diff) | |
download | FreeBSD-src-5c44253e519c4133e1b8dfb5ef9a0c223345c228.zip FreeBSD-src-5c44253e519c4133e1b8dfb5ef9a0c223345c228.tar.gz |
Add missing prototypes.
Approved by: dim (mentor)
Diffstat (limited to 'include')
-rw-r--r-- | include/xlocale/_ctype.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/xlocale/_ctype.h b/include/xlocale/_ctype.h index 1fdebd6..aaad8da 100644 --- a/include/xlocale/_ctype.h +++ b/include/xlocale/_ctype.h @@ -89,6 +89,11 @@ __istype_l(__ct_rune_t __c, unsigned long __f, locale_t __loc) { 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) { int __limit; |