mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-14 17:47:33 -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:
@ -1240,7 +1240,7 @@ static int pty_cfg_info(Backend *be)
|
||||
return 0;
|
||||
}
|
||||
|
||||
const struct Backend_vtable pty_backend = {
|
||||
const struct BackendVtable pty_backend = {
|
||||
pty_init,
|
||||
pty_free,
|
||||
pty_reconfig,
|
||||
|
Reference in New Issue
Block a user