From: Ulrich Drepper Date: Wed, 23 Feb 2000 05:40:07 +0000 (+0000) Subject: (iconv): Fix prototype. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=580825be7b95b4988db3df6585eeaf267d535183;p=thirdparty%2Fglibc.git (iconv): Fix prototype. --- diff --git a/iconv/iconv.h b/iconv/iconv.h index dac885bec89..0ddc5a25615 100644 --- a/iconv/iconv.h +++ b/iconv/iconv.h @@ -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,