X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/6833a4138743698a932dc2a4344c95af9588e13f..5e1a8e278f3210fd6f37af7867bbb42cf160fb92:/putty.h diff --git a/putty.h b/putty.h index 2a3f028d..24e64d48 100644 --- a/putty.h +++ b/putty.h @@ -93,7 +93,7 @@ typedef struct { /* Basic options */ char host[512]; int port; - enum { PROT_TELNET, PROT_SSH } protocol; + enum { PROT_RAW, PROT_TELNET, PROT_SSH } protocol; int close_on_exit; /* SSH options */ int nopty; @@ -204,6 +204,12 @@ void term_update (void); void term_invalidate(void); /* + * Exports from raw.c. + */ + +Backend raw_backend; + +/* * Exports from telnet.c. */