mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-01 11:32:48 -05:00
Remove orphaned prototype of ser_setup_config_box.
The serial configuration was folded back into config.c in commit
18d273fcf1
, but I forgot to remove the prototype in putty.h.
This commit is contained in:
6
putty.h
6
putty.h
@ -2399,12 +2399,6 @@ char const *conf_dest(Conf *conf);
|
|||||||
*/
|
*/
|
||||||
void prepare_session(Conf *conf);
|
void prepare_session(Conf *conf);
|
||||||
|
|
||||||
/*
|
|
||||||
* Exports from sercfg.c.
|
|
||||||
*/
|
|
||||||
void ser_setup_config_box(struct controlbox *b, bool midsession,
|
|
||||||
int parity_mask, int flow_mask);
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Exports from version.c.
|
* Exports from version.c.
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user