1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-06-30 19:12:48 -05:00

New backend bitfield flags.

This commit is contained in:
Lars Brinkhoff
2020-03-03 14:14:42 +01:00
committed by Simon Tatham
parent a8bb6456d1
commit 269bd7e309
6 changed files with 10 additions and 5 deletions

View File

@ -521,6 +521,7 @@ struct BackendVtable {
int protocol;
int default_port;
unsigned flags;
};
static inline const char *backend_init(