Store default port number in each back end
[u/mdw/putty] / putty.h
diff --git a/putty.h b/putty.h
index 791930a..40dd8cb 100644 (file)
--- a/putty.h
+++ b/putty.h
@@ -115,6 +115,7 @@ typedef struct {
     void (*special) (Telnet_Special code);
     SOCKET (*socket) (void);
     int (*sendok) (void);
+    int default_port;
 } Backend;
 
 GLOBAL Backend *back;