diff options
Diffstat (limited to 'iconv/gconv_close.c')
-rw-r--r-- | iconv/gconv_close.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/iconv/gconv_close.c b/iconv/gconv_close.c index 912fa26d13..b6d5fbcd9d 100644 --- a/iconv/gconv_close.c +++ b/iconv/gconv_close.c @@ -1,5 +1,5 @@ /* Release any resource associated with given conversion descriptor. - Copyright (C) 1997 Free Software Foundation, Inc. + Copyright (C) 1997, 1998 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. @@ -18,11 +18,13 @@ write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include <gconv.h> #include <stdlib.h> +#include <gconv_int.h> + int +internal_function __gconv_close (gconv_t cd) { struct gconv_step *srunp; |