summaryrefslogtreecommitdiff
path: root/libc/locale/programs/charmap.h
diff options
context:
space:
mode:
authorgcc <gcc@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2006-08-20 07:23:19 +0000
committergcc <gcc@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2006-08-20 07:23:19 +0000
commit9b363c0896efd160c63bed3f7ab2a91929d618f2 (patch)
tree9844277419e8d0e4964130f1c61c2e8203c8fb7b /libc/locale/programs/charmap.h
parenteb697f7064d66386974cd5f64295d9b437b675b3 (diff)
Import glibc-mainline for 2006-08-20
git-svn-id: svn://svn.eglibc.org/fsf/trunk@28 7b3dc134-2b1b-0410-93df-9e9f96275f8d
Diffstat (limited to 'libc/locale/programs/charmap.h')
-rw-r--r--libc/locale/programs/charmap.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/libc/locale/programs/charmap.h b/libc/locale/programs/charmap.h
index a3f31d633..fd711f2d1 100644
--- a/libc/locale/programs/charmap.h
+++ b/libc/locale/programs/charmap.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1996-1999, 2001, 2003, 2005 Free Software Foundation, Inc.
+/* Copyright (C) 1996-1999,2001,2003,2005,2006 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@gnu.org>, 1996.
@@ -69,7 +69,8 @@ extern bool enc_not_ascii_compatible;
/* Prototypes for charmap handling functions. */
extern struct charmap_t *charmap_read (const char *filename, int verbose,
- int be_quiet, int use_default);
+ int error_not_found, int be_quiet,
+ int use_default);
/* Return the value stored under the given key in the hashing table. */
extern struct charseq *charmap_find_value (const struct charmap_t *charmap,