mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-17 11:00:59 -05:00
Name vtable structure types more consistently.
Now they're all called FooVtable, instead of a mixture of that and Foo_vtable.
This commit is contained in:
@ -22,7 +22,7 @@ const int be_default_protocol = PROT_TELNET;
|
||||
const int be_default_protocol = PROT_SSH;
|
||||
#endif
|
||||
|
||||
const struct Backend_vtable *const backends[] = {
|
||||
const struct BackendVtable *const backends[] = {
|
||||
&ssh_backend,
|
||||
&telnet_backend,
|
||||
&rlogin_backend,
|
||||
|
Reference in New Issue
Block a user