aboutsummaryrefslogtreecommitdiff
path: root/include/xlocale/_ctype.h
diff options
context:
space:
mode:
authorDavid Chisnall <theraven@FreeBSD.org>2012-03-13 15:21:14 +0000
committerDavid Chisnall <theraven@FreeBSD.org>2012-03-13 15:21:14 +0000
commit3fad4c34943aba4015fee66eb42cd7b2102f75f3 (patch)
tree8cc23e6357bff9589787b71196c30097f59887bb /include/xlocale/_ctype.h
parent4d7815ecc492151b42cdbc97f6ff36c4f9c05090 (diff)
downloadsrc-3fad4c34943aba4015fee66eb42cd7b2102f75f3.tar.gz
src-3fad4c34943aba4015fee66eb42cd7b2102f75f3.zip
Add missing prototypes.
Approved by: dim (mentor)
Notes
Notes: svn path=/head/; revision=232927
Diffstat (limited to 'include/xlocale/_ctype.h')
-rw-r--r--include/xlocale/_ctype.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/xlocale/_ctype.h b/include/xlocale/_ctype.h
index 1fdebd6d73ef..aaad8da5418c 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;