mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-04-18 03:28:07 -05:00
Remove orphaned prototype of ser_setup_config_box.
The serial configuration was folded back into config.c in commit 18d273fcf1eca23, but I forgot to remove the prototype in putty.h.
This commit is contained in:
parent
e262dab642
commit
b67c01be84
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.
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user