From: Ulrich Drepper Date: Sun, 13 Feb 2000 07:27:34 +0000 (+0000) Subject: Update prototypes of ctype_class_from, ctype_class_to, ctype_map_from, X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61a56881bef87b63963dc634bb50e52721e09c74;p=thirdparty%2Fglibc.git Update prototypes of ctype_class_from, ctype_class_to, ctype_map_from, and ctype_map_to. --- diff --git a/locale/programs/locales.h b/locale/programs/locales.h index 1cd3a3f92eb..6fb20c9ea5a 100644 --- a/locale/programs/locales.h +++ b/locale/programs/locales.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. @@ -114,9 +114,11 @@ void ctype_class_start (struct linereader *lr, struct localedef_t *locale, enum token_t tok, const char *name, struct charset_t *charset); void ctype_class_from (struct linereader *lr, struct localedef_t *locale, - struct token *code, struct charset_t *charset); + struct token *code, struct charset_t *charset, + struct repertoire_t *repertoire); void ctype_class_to (struct linereader *lr, struct localedef_t *locale, - struct token *code, struct charset_t *charset); + struct token *code, struct charset_t *charset, + struct repertoire_t *repertoire); void ctype_class_end (struct linereader *lr, struct localedef_t *locale); int ctype_is_charconv (struct linereader *lr, struct localedef_t *locale, @@ -128,9 +130,11 @@ void ctype_map_start (struct linereader *lr, struct localedef_t *locale, enum token_t tok, const char *name, struct charset_t *charset); void ctype_map_from (struct linereader *lr, struct localedef_t *locale, - struct token *code, struct charset_t *charset); + struct token *code, struct charset_t *charset, + struct repertoire_t *repertoire); void ctype_map_to (struct linereader *lr, struct localedef_t *locale, - struct token *code, struct charset_t *charset); + struct token *code, struct charset_t *charset, + struct repertoire_t *repertoire); void ctype_map_end (struct linereader *lr, struct localedef_t *locale);