From c14776e8e17999f727851248c0fb300829983a21 Mon Sep 17 00:00:00 2001 From: simon Date: Mon, 12 Jul 1999 10:28:18 +0000 Subject: [PATCH] Add a couple of `extern' keywords git-svn-id: svn://svn.tartarus.org/sgt/putty@181 cda61777-01e9-0310-a592-d414129be87e --- putty.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/putty.h b/putty.h index 85c856ce..d8cd3e09 100644 --- a/putty.h +++ b/putty.h @@ -190,13 +190,13 @@ void term_invalidate(void); * Exports from telnet.c. */ -Backend telnet_backend; +extern Backend telnet_backend; /* * Exports from ssh.c. */ -Backend ssh_backend; +extern Backend ssh_backend; /* * Exports from sshrand.c. -- 2.11.0