diff 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
line wrap: on
line diff
--- a/src/term.c	Wed Dec 01 10:48:38 2004 +0000
+++ b/src/term.c	Wed Dec 01 10:48:52 2004 +0000
@@ -800,7 +800,7 @@
    Set CODING->produced to the byte-length of the resulting byte
    sequence, and return a pointer to that byte sequence.  */
 
-static unsigned char *
+unsigned char *
 encode_terminal_code (src, src_len, coding)
      struct glyph *src;
      int src_len;