From: tomo Date: Wed, 1 Sep 1999 16:41:46 +0000 (+0000) Subject: (find_charsets_in_bufbyte_string): Use `Charset_ID' instead of X-Git-Tag: r21-2-19-utf-2000-0_5-0~17 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=2cf9eacbfd983022bff22a7fc0293002f5b66191;p=chise%2Fxemacs-chise.git (find_charsets_in_bufbyte_string): Use `Charset_ID' instead of `unsigned char'. --- diff --git a/src/buffer.h b/src/buffer.h index 38a1d87..81a3c1d 100644 --- a/src/buffer.h +++ b/src/buffer.h @@ -1627,10 +1627,10 @@ int beginning_of_line_p (struct buffer *b, Bufpos pt); /* from insdel.c */ void set_buffer_point (struct buffer *buf, Bufpos pos, Bytind bipos); -void find_charsets_in_bufbyte_string (unsigned char *charsets, +void find_charsets_in_bufbyte_string (Charset_ID *charsets, CONST Bufbyte *str, Bytecount len); -void find_charsets_in_emchar_string (unsigned char *charsets, +void find_charsets_in_emchar_string (Charset_ID *charsets, CONST Emchar *str, Charcount len); int bufbyte_string_displayed_columns (CONST Bufbyte *str, Bytecount len);