diff options
Diffstat (limited to 'lib/libc/locale/collate.h')
-rw-r--r-- | lib/libc/locale/collate.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/libc/locale/collate.h b/lib/libc/locale/collate.h index 05aeee9e22c9d..d8dd045d1fd1b 100644 --- a/lib/libc/locale/collate.h +++ b/lib/libc/locale/collate.h @@ -54,13 +54,13 @@ extern struct __collate_st_char_pri __collate_char_pri_table[UCHAR_MAX + 1]; extern struct __collate_st_chain_pri __collate_chain_pri_table[TABLE_SIZE]; __BEGIN_DECLS -u_char *__collate_strdup __P((u_char *)); -u_char *__collate_substitute __P((const u_char *)); -int __collate_load_tables __P((char *)); -void __collate_lookup __P((const u_char *, int *, int *, int *)); -int __collate_range_cmp __P((int, int)); +u_char *__collate_strdup(u_char *); +u_char *__collate_substitute(const u_char *); +int __collate_load_tables(char *); +void __collate_lookup(const u_char *, int *, int *, int *); +int __collate_range_cmp(int, int); #ifdef COLLATE_DEBUG -void __collate_print_tables __P((void)); +void __collate_print_tables(void); #endif __END_DECLS |