Updated Makefile.cyg for Glenn Maynard's IME patch.
[sgt/putty] / putty.h
diff --git a/putty.h b/putty.h
index 3fbde4e..e305c2b 100644 (file)
--- a/putty.h
+++ b/putty.h
@@ -313,6 +313,9 @@ typedef struct {
     /* X11 forwarding */
     int x11_forward;
     char x11_display[128];
+    /* port forwarding */
+    int lport_acceptall; /* accepts connection from hosts other than localhost */
+    char portfwd[1024]; /* [LR]localport\thost:port\000[LR]localport\thost:port\000\000 */
 } Config;
 
 /*
@@ -507,6 +510,7 @@ void lpage_send(int codepage, char *buf, int len);
 void luni_send(wchar_t * widebuf, int len);
 int check_compose(int first, int second);
 int decode_codepage(char *cp_name);
+char *cp_enumerate (int index);
 char *cp_name(int codepage);
 
 /*