summaryrefslogtreecommitdiff
path: root/iconv/iconv_prog.h
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2008-03-14 17:45:12 +0000
committerJakub Jelinek <jakub@redhat.com>2008-03-14 17:45:12 +0000
commitbda3e2dbc1ece01b6f015d47c04f74e5c6037dde (patch)
tree7c10df9932eddbe88fa62865a064249fe2af60b3 /iconv/iconv_prog.h
parentb87b7fc3e6e41cf8006fb2341c236a46f6d8bdd4 (diff)
Updated to fedora-glibc-20080314T1732
Diffstat (limited to 'iconv/iconv_prog.h')
-rw-r--r--iconv/iconv_prog.h4
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 */