From 580825be7b95b4988db3df6585eeaf267d535183 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 23 Feb 2000 05:40:07 +0000 Subject: [PATCH] (iconv): Fix prototype. --- iconv/iconv.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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, -- 2.47.2