Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Mar 2012 17:32:55 +0000 (UTC)
From:      David Chisnall <theraven@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r232929 - head/include/xlocale
Message-ID:  <201203131732.q2DHWtQ7054890@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: theraven
Date: Tue Mar 13 17:32:55 2012
New Revision: 232929
URL: http://svn.freebsd.org/changeset/base/232929

Log:
  Fix the other missing prototypes.
  
  Approved by:	dim (mentor)

Modified:
  head/include/xlocale/_ctype.h

Modified: head/include/xlocale/_ctype.h
==============================================================================
--- head/include/xlocale/_ctype.h	Tue Mar 13 16:42:39 2012	(r232928)
+++ head/include/xlocale/_ctype.h	Tue Mar 13 17:32:55 2012	(r232929)
@@ -69,6 +69,11 @@ _RuneLocale	*__runes_for_locale(locale_t
 
 #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;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201203131732.q2DHWtQ7054890>