From: Simon Tatham Date: Mon, 28 Aug 2006 13:08:50 +0000 (+0000) Subject: ... and here's the rest of r6820. Ahem. X-Git-Tag: 0.59~91 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=efd7cad3d281e04df1b7a96ab1aa531df48681ac;p=PuTTY.git ... and here's the rest of r6820. Ahem. [originally from svn r6821] [r6820 == ae83801b2891ffb10923be0b954cc31f3ad0c607] --- 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.