summaryrefslogtreecommitdiffstats
path: root/include/xlocale/_ctype.h
diff options
context:
space:
mode:
authortheraven <theraven@FreeBSD.org>2012-03-13 17:32:55 +0000
committertheraven <theraven@FreeBSD.org>2012-03-13 17:32:55 +0000
commit2895bb961db29adc9d18fbc6acadf748724f80db (patch)
tree93b8f76b5577c1deb348c0b51a537a523cb4e0cd /include/xlocale/_ctype.h
parent5c44253e519c4133e1b8dfb5ef9a0c223345c228 (diff)
downloadFreeBSD-src-2895bb961db29adc9d18fbc6acadf748724f80db.zip
FreeBSD-src-2895bb961db29adc9d18fbc6acadf748724f80db.tar.gz
Fix the other missing prototypes.
Approved by: dim (mentor)
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 aaad8da..9cb3385 100644
--- a/include/xlocale/_ctype.h
+++ b/include/xlocale/_ctype.h
@@ -69,6 +69,11 @@ _RuneLocale *__runes_for_locale(locale_t, int*);
#ifdef _XLOCALE_WCTYPES
_XLOCALE_INLINE int
+__maskrune_l(__ct_rune_t __c, unsigned long __f, locale_t __loc);
+_XLOCALE_INLINE __inline int
+__istype_l(__ct_rune_t __c, unsigned long __f, locale_t __loc);
+
+_XLOCALE_INLINE int
__maskrune_l(__ct_rune_t __c, unsigned long __f, locale_t __loc)
{
int __limit;
OpenPOWER on IntegriCloud