1
0
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:
Simon Tatham 1999-07-12 10:28:18 +00:00
parent b74a5565a6
commit 5862a6348a

View File

@ -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.