From 9b363c0896efd160c63bed3f7ab2a91929d618f2 Mon Sep 17 00:00:00 2001 From: gcc Date: Sun, 20 Aug 2006 07:23:19 +0000 Subject: Import glibc-mainline for 2006-08-20 git-svn-id: svn://svn.eglibc.org/fsf/trunk@28 7b3dc134-2b1b-0410-93df-9e9f96275f8d --- libc/locale/programs/charmap.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'libc/locale/programs/charmap.h') 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 , 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, -- cgit v1.2.3