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