]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
Oops, another missing forward-struct-declaration.
authorSimon Tatham <anakin@pobox.com>
Thu, 6 Mar 2003 12:58:01 +0000 (12:58 +0000)
committerSimon Tatham <anakin@pobox.com>
Thu, 6 Mar 2003 12:58:01 +0000 (12:58 +0000)
[originally from svn r2913]

putty.h

diff --git a/putty.h b/putty.h
index 5490a7236bc7c184e47504effd06f75bb85dccf3..ddecf9e8c549f9a2dc7eec3f059c4f3ca21c9fbd 100644 (file)
--- 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);