1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-25 01:02:24 +00:00

Add "extern" on declaration of raw_backend

[originally from svn r289]
This commit is contained in:
Simon Tatham 1999-11-10 09:14:08 +00:00
parent 143424030c
commit 6863ae5a2d

View File

@ -225,7 +225,7 @@ void term_invalidate(void);
* Exports from raw.c.
*/
Backend raw_backend;
extern Backend raw_backend;
/*
* Exports from telnet.c.