changeset 2711:681b92693e11

(mbrtowc): Declare returned type, since BeOS doesn't.
author Jim Meyering <jim@meyering.net>
date Thu, 06 Jul 2000 04:47:28 +0000
parents 5958855b04db
children b0fc13d19b69
files lib/quotearg.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lib/quotearg.c
+++ b/lib/quotearg.c
@@ -63,6 +63,7 @@
 #endif
 
 #if HAVE_MBRTOWC && HAVE_WCHAR_H
+size_t mbrtowc ();
 # if !HAVE_MBSTATE_T_OBJECT
 #  define mbrtowc(pwc, s, n, ps) (mbrtowc) (pwc, s, n, 0)
 # endif