(mbrtowc): Declare returned type, since BeOS doesn't.
authorJim Meyering <jim@meyering.net>
Thu, 6 Jul 2000 04:47:28 +0000 (04:47 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 6 Jul 2000 04:47:28 +0000 (04:47 +0000)
lib/quotearg.c

index a1ccb3b..111b1c1 100644 (file)
@@ -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