comparison src/term.c @ 58701:24c51e9d8586

(encode_terminal_code): Don't make it "static".
author Kenichi Handa <handa@m17n.org>
date Wed, 01 Dec 2004 10:48:52 +0000
parents 67bea14002c3
children b55034e18dd2 549734260e34 f2ebccfa87d4
comparison
equal deleted inserted replaced
58700:222a7e1090c3 58701:24c51e9d8586
798 798
799 /* Encode SRC_LEN glyphs starting at SRC to terminal output codes. 799 /* Encode SRC_LEN glyphs starting at SRC to terminal output codes.
800 Set CODING->produced to the byte-length of the resulting byte 800 Set CODING->produced to the byte-length of the resulting byte
801 sequence, and return a pointer to that byte sequence. */ 801 sequence, and return a pointer to that byte sequence. */
802 802
803 static unsigned char * 803 unsigned char *
804 encode_terminal_code (src, src_len, coding) 804 encode_terminal_code (src, src_len, coding)
805 struct glyph *src; 805 struct glyph *src;
806 int src_len; 806 int src_len;
807 struct coding_system *coding; 807 struct coding_system *coding;
808 { 808 {