1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-25 01:02:24 +00:00

... and here's the rest of r6820. Ahem.

[originally from svn r6821]
[r6820 == ae83801b28]
This commit is contained in:
Simon Tatham 2006-08-28 13:08:50 +00:00
parent ae83801b28
commit efd7cad3d2

View File

@ -931,7 +931,8 @@ char const *cfg_dest(const Config *cfg);
/*
* Exports from sercfg.c.
*/
void ser_setup_config_box(struct controlbox *b, int midsession);
void ser_setup_config_box(struct controlbox *b, int midsession,
int parity_mask, int flow_mask);
/*
* Exports from version.c.