X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/b9d7bcadee831e9b59fb785f2464a5fc1897bd1a..461b078e13ea3bbbbb4304598137a8ef04a14f29:/ldisc.c diff --git a/ldisc.c b/ldisc.c index d9335c9c..16c1f9b2 100644 --- a/ldisc.c +++ b/ldisc.c @@ -10,16 +10,7 @@ #include "putty.h" #include "terminal.h" - -typedef struct ldisc_tag { - Terminal *term; - Backend *back; - void *backhandle; - void *frontend; - - char *buf; - int buflen, bufsiz, quotenext; -} *Ldisc; +#include "ldisc.h" #define ECHOING (cfg.localecho == LD_YES || \ (cfg.localecho == LD_BACKEND && \