... and here's the rest of r6820. Ahem.
[u/mdw/putty] / putty.h
diff --git a/putty.h b/putty.h
index e43f97f..22ec825 100644 (file)
--- 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.