From: simon Date: Thu, 6 Mar 2003 12:58:01 +0000 (+0000) Subject: Oops, another missing forward-struct-declaration. X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/commitdiff_plain/1a602f0313ae7b0b5e49bae434616373bb7ca681?hp=7af753e651143f2370eb086634a387f2eb58c6de Oops, another missing forward-struct-declaration. git-svn-id: svn://svn.tartarus.org/sgt/putty@2913 cda61777-01e9-0310-a592-d414129be87e --- 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);