-/* 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
/* 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,