1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-01 03:22:48 -05:00

As usual, gcc is better at warnings than MSVC, so here are some

pedantic fiddlings with the new config-box stuff to cure some.

[originally from svn r2909]
This commit is contained in:
Simon Tatham
2003-03-06 12:41:39 +00:00
parent 616c837cf0
commit 8228cd2d72
4 changed files with 45 additions and 21 deletions

View File

@ -776,6 +776,12 @@ extern int cmdline_tooltype;
void cmdline_error(char *, ...);
/*
* Exports from config.c.
*/
void setup_config_box(struct controlbox *b, struct sesslist *sesslist,
int midsession, int protocol);
/*
* X11 auth mechanisms we know about.
*/