From c1ed471e68128cffcc53df7acf7d9318b9dc4e30 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 13 Feb 2000 07:25:23 +0000 Subject: [PATCH] (charset_new_char): Remove third parameter. --- locale/programs/charset.c | 4 ++-- locale/programs/charset.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/locale/programs/charset.c b/locale/programs/charset.c index 767fafb93a0..1b87e6603cc 100644 --- a/locale/programs/charset.c +++ b/locale/programs/charset.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1996, 1997, 1998 Free Software Foundation, Inc. +/* Copyright (C) 1996, 1997, 1998, 2000 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 1996. @@ -46,7 +46,7 @@ charset_find_value (const hash_table *ht, const char *name, size_t len) void -charset_new_char (struct linereader *lr, hash_table *ht, int bytes, +charset_new_char (struct linereader *lr, hash_table *ht, unsigned int value, const char *from, const char *to) { char *from_end; diff --git a/locale/programs/charset.h b/locale/programs/charset.h index 8f066b115bb..fa0469334a4 100644 --- a/locale/programs/charset.h +++ b/locale/programs/charset.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1996, 1997, 1998 Free Software Foundation, Inc. +/* Copyright (C) 1996, 1997, 1998, 2000 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 1996. @@ -64,7 +64,7 @@ extern int be_quiet; struct charset_t *charmap_read (const char *filename); /* Prototypes for function to insert new character. */ -void charset_new_char (struct linereader *lr, hash_table *ht, int bytes, +void charset_new_char (struct linereader *lr, hash_table *ht, unsigned int value, const char *from, const char *to); /* Return the value stored under the given key in the hashing table. */ -- 2.47.2