Mark Baker's raw-TCP back end (untested and experimental as yet)
[u/mdw/putty] / putty.h
diff --git a/putty.h b/putty.h
index 2a3f028..24e64d4 100644 (file)
--- 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.
  */