1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-09 09:27:59 +00:00

Oops, another missing forward-struct-declaration.

[originally from svn r2913]
This commit is contained in:
Simon Tatham 2003-03-06 12:58:01 +00:00
parent 83da92826e
commit 645eee8647

View File

@ -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);