mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 20:32:00 -08:00
(encode_terminal_code): Don't make it "static".
This commit is contained in:
parent
853895f640
commit
302db6997a
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue