mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-10 18:07:59 +00:00
externed backends so I can safely turn on duplicate-symbol warnings.
[originally from svn r104]
This commit is contained in:
parent
d256c6c5eb
commit
e74609fa1c
4
putty.h
4
putty.h
@ -252,13 +252,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…
Reference in New Issue
Block a user