summaryrefslogtreecommitdiff
path: root/lib/quotearg.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-07-06 04:47:28 +0000
committerJim Meyering <jim@meyering.net>2000-07-06 04:47:28 +0000
commit24e6e3340908251221721feb3b6a97ceac7b0a77 (patch)
treebdeddca0b7c0a115aa178778abfb34ca00e4bc74 /lib/quotearg.c
parent47566a14a9e52e1cbed3090b219cf8d1190b79f7 (diff)
downloadcoreutils-24e6e3340908251221721feb3b6a97ceac7b0a77.tar.xz
(mbrtowc): Declare returned type, since BeOS doesn't.
Diffstat (limited to 'lib/quotearg.c')
-rw-r--r--lib/quotearg.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/quotearg.c b/lib/quotearg.c
index a1ccb3b8f..111b1c1aa 100644
--- 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