X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/b9d7bcadee831e9b59fb785f2464a5fc1897bd1a..7d22c2e8c8e4104bcd39f35ebeaa5f81edd374cf:/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 && \