Reorganised the Unicode layer somewhat: moved luni_send and
[u/mdw/putty] / ldisc.c
diff --git a/ldisc.c b/ldisc.c
index d9335c9..16c1f9b 100644 (file)
--- a/ldisc.c
+++ b/ldisc.c
 
 #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 && \