From: Kenichi Handa Date: Wed, 1 Dec 2004 10:48:52 +0000 (+0000) Subject: (encode_terminal_code): Don't make it "static". X-Git-Tag: ttn-vms-21-2-B4~3493 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=302db6997a1f41abc768caaaacffd9ca1ae9ea3e;p=emacs.git (encode_terminal_code): Don't make it "static". --- diff --git a/src/term.c b/src/term.c index 7654b64bbe5..c40197337d8 100644 --- a/src/term.c +++ b/src/term.c @@ -800,7 +800,7 @@ static int encode_terminal_bufsize; 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;