From 1a602f0313ae7b0b5e49bae434616373bb7ca681 Mon Sep 17 00:00:00 2001 From: simon Date: Thu, 6 Mar 2003 12:58:01 +0000 Subject: [PATCH] Oops, another missing forward-struct-declaration. git-svn-id: svn://svn.tartarus.org/sgt/putty@2913 cda61777-01e9-0310-a592-d414129be87e --- putty.h | 1 + 1 file changed, 1 insertion(+) diff --git a/putty.h b/putty.h index 5490a723..ddecf9e8 100644 --- a/putty.h +++ b/putty.h @@ -780,6 +780,7 @@ void cmdline_error(char *, ...); /* * Exports from config.c. */ +struct controlbox; void setup_config_box(struct controlbox *b, struct sesslist *sesslist, int midsession, int protocol); -- 2.11.0