Move omission of SSH protocol setting in PuTTYtel into windlg.c and
[u/mdw/putty] / putty.h
diff --git a/putty.h b/putty.h
index 791930a..2f510ff 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;
@@ -243,7 +244,7 @@ Context get_ctx(void);
 void free_ctx (Context);
 void palette_set (int, int, int, int);
 void palette_reset (void);
-void write_clip (void *, int);
+void write_clip (void *, int, int);
 void get_clip (void **, int *);
 void optimised_move (int, int, int);
 void connection_fatal(char *, ...);