mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-02 03:52:49 -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:
@ -596,7 +596,7 @@ void agent_schedule_callback(void (*callback)(void *, void *, int),
|
||||
/*
|
||||
* Exports from winser.c.
|
||||
*/
|
||||
extern const struct Backend_vtable serial_backend;
|
||||
extern const struct BackendVtable serial_backend;
|
||||
|
||||
/*
|
||||
* Exports from winjump.c.
|
||||
|
Reference in New Issue
Block a user