diff options
Diffstat (limited to 'iconv/iconv_prog.h')
-rw-r--r-- | iconv/iconv_prog.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/iconv/iconv_prog.h b/iconv/iconv_prog.h index 17d67dddc5..b05de32df1 100644 --- a/iconv/iconv_prog.h +++ b/iconv/iconv_prog.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2001 Free Software Foundation, Inc. +/* Copyright (C) 2001, 2008 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper <drepper@redhat.com>, 2001. @@ -36,7 +36,7 @@ extern int charmap_conversion (const char *from_code, const char *to_code, struct charmap_t *to_charmap, int argc, int remaining, char *argv[], - FILE *output); + const char *output_file); #endif /* iconv_prog.h */ |