Update.
authorUlrich Drepper <drepper@redhat.com>
Sun, 21 May 2000 20:22:59 +0000 (20:22 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 21 May 2000 20:22:59 +0000 (20:22 +0000)
* manual/charset.texi (Generic Conversion Interface): Remove from
inbuf parameter of iconv.

ChangeLog
manual/charset.texi

index 9c6f1cd..7eba280 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,6 +9,8 @@
        * iconv/iconv_prog.c (process_block): Remove const from second
        parameter.
        (main): Remove const from addr definition.
+       * manual/charset.texi (Generic Conversion Interface): Remove from
+       inbuf parameter of iconv.
 
        * intl/dcigettext.c: Fix typo in comment.
 
index de4bc7e..407833a 100644 (file)
@@ -1690,7 +1690,7 @@ even file to file can be implemented on top of it.
 
 @comment iconv.h
 @comment XPG2
-@deftypefun size_t iconv (iconv_t @var{cd}, const char **@var{inbuf}, size_t *@var{inbytesleft}, char **@var{outbuf}, size_t *@var{outbytesleft})
+@deftypefun size_t iconv (iconv_t @var{cd}, char **@var{inbuf}, size_t *@var{inbytesleft}, char **@var{outbuf}, size_t *@var{outbytesleft})
 @cindex stateful
 The @code{iconv} function converts the text in the input buffer
 according to the rules associated with the descriptor @var{cd} and