(charset_new_char): Remove third parameter.

This commit is contained in:
Ulrich Drepper 2000-02-13 07:25:23 +00:00
parent 10e12a8046
commit c1ed471e68
2 changed files with 4 additions and 4 deletions

View File

@ -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 <drepper@gnu.ai.mit.edu>, 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;

View File

@ -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 <drepper@gnu.ai.mit.edu>, 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. */