mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-13 23:00:22 +00:00
(charset_new_char): Remove third parameter.
This commit is contained in:
parent
10e12a8046
commit
c1ed471e68
@ -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;
|
||||
|
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user