From e74609fa1cb68923e8a4889a408c87c329e99baa Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Sun, 14 Mar 1999 20:08:09 +0000 Subject: [PATCH] externed backends so I can safely turn on duplicate-symbol warnings. [originally from svn r104] --- putty.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/putty.h b/putty.h index 0616c573..c87c73d7 100644 --- a/putty.h +++ b/putty.h @@ -252,13 +252,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.