From: simon Date: Mon, 28 Aug 2006 13:08:50 +0000 (+0000) Subject: ... and here's the rest of r6820. Ahem. X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/commitdiff_plain/7eb76ebc9a88b14553713f8d214bb8d04f10dbc2?hp=640d73877e44394a3c12c0aa2cf023c543933032 ... and here's the rest of r6820. Ahem. git-svn-id: svn://svn.tartarus.org/sgt/putty@6821 cda61777-01e9-0310-a592-d414129be87e --- diff --git a/putty.h b/putty.h index e43f97f1..22ec8259 100644 --- a/putty.h +++ b/putty.h @@ -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.