mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-03 20:42:48 -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:
@ -5001,7 +5001,7 @@ void update_specials_menu(Frontend *inst)
|
||||
|
||||
static void start_backend(Frontend *inst)
|
||||
{
|
||||
const struct Backend_vtable *vt;
|
||||
const struct BackendVtable *vt;
|
||||
char *realhost;
|
||||
const char *error;
|
||||
char *s;
|
||||
|
Reference in New Issue
Block a user