1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-01 03:22: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:
Simon Tatham
2018-10-05 07:03:46 +01:00
parent e0130a48ca
commit b798230844
44 changed files with 109 additions and 109 deletions

10
defs.h
View File

@ -42,11 +42,11 @@ typedef struct IdempotentCallback IdempotentCallback;
typedef struct SockAddr SockAddr;
typedef struct Socket_vtable Socket_vtable;
typedef struct Plug_vtable Plug_vtable;
typedef struct SocketVtable SocketVtable;
typedef struct PlugVtable PlugVtable;
typedef struct Backend Backend;
typedef struct Backend_vtable Backend_vtable;
typedef struct BackendVtable BackendVtable;
typedef struct Ldisc_tag Ldisc;
typedef struct LogContext_tag LogContext;
@ -74,8 +74,8 @@ typedef struct settings_e settings_e;
typedef struct SessionSpecial SessionSpecial;
typedef const Socket_vtable *Socket;
typedef const Plug_vtable *Plug;
typedef const SocketVtable *Socket;
typedef const PlugVtable *Plug;
/*
* A small structure wrapping up a (pointer, length) pair so that it