From 645eee86471d7491237ab2718f0d612ff18746e0 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Thu, 6 Mar 2003 12:58:01 +0000 Subject: [PATCH] Oops, another missing forward-struct-declaration. [originally from svn r2913] --- 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);