X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/9ca5da428c0113cced4401cc8c424eb6f485608a..277ab4522131130e876b5ea8432217f93fc136f4:/putty.h diff --git a/putty.h b/putty.h index 791930ab..40dd8cb8 100644 --- 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;