Oops, another missing forward-struct-declaration.
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Thu, 6 Mar 2003 12:58:01 +0000 (12:58 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Thu, 6 Mar 2003 12:58:01 +0000 (12:58 +0000)
git-svn-id: svn://svn.tartarus.org/sgt/putty@2913 cda61777-01e9-0310-a592-d414129be87e

putty.h

diff --git a/putty.h b/putty.h
index 5490a72..ddecf9e 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);