]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(charset_new_char): Remove third parameter.
authorUlrich Drepper <drepper@redhat.com>
Sun, 13 Feb 2000 07:25:23 +0000 (07:25 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 13 Feb 2000 07:25:23 +0000 (07:25 +0000)
locale/programs/charset.c
locale/programs/charset.h

index 767fafb93a0ee2c9b47e28ab8c4ac4ea5970d95a..1b87e6603ccc77f96a2f13be3d6a0864036fa9d6 100644 (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;
index 8f066b115bb2f756cddaeac687e74711270bd25b..fa0469334a4e437386ccdb48a0419ece297ade6b 100644 (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.  */