mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-03-23 15:09:24 -05:00
Add a couple of `extern' keywords
[originally from svn r181]
This commit is contained in:
parent
b74a5565a6
commit
5862a6348a
4
putty.h
4
putty.h
@ -190,13 +190,13 @@ void term_invalidate(void);
|
|||||||
* Exports from telnet.c.
|
* Exports from telnet.c.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
Backend telnet_backend;
|
extern Backend telnet_backend;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Exports from ssh.c.
|
* Exports from ssh.c.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
Backend ssh_backend;
|
extern Backend ssh_backend;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Exports from sshrand.c.
|
* Exports from sshrand.c.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user