]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(iconv): Fix prototype.
authorUlrich Drepper <drepper@redhat.com>
Wed, 23 Feb 2000 05:40:07 +0000 (05:40 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 23 Feb 2000 05:40:07 +0000 (05:40 +0000)
iconv/iconv.h

index dac885bec89eb42ee7c4e2375337d47ef0ebaecc..0ddc5a256155f086c570f423a09a9521989c175e 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1997, 1998 Free Software Foundation, Inc.
+/* Copyright (C) 1997, 1998, 2000 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -38,7 +38,7 @@ extern iconv_t iconv_open __P ((__const char *__tocode,
 /* Convert at most *INBYTESLEFT bytes from *INBUF according to the
    code conversion algorithm specified by CD and place up to
    *OUTBYTESLEFT bytes in buffer at *OUTBUF.  */
-extern size_t iconv __P ((iconv_t cd,
+extern size_t iconv __P ((iconv_t __cd,
                          __const char **__restrict __inbuf,
                          size_t *__restrict __inbytesleft,
                          char **__restrict __outbuf,