Oops; telnet:// URLs can have a trailing slash
[u/mdw/putty] / putty.h
diff --git a/putty.h b/putty.h
index 1029de3..0971fab 100644 (file)
--- a/putty.h
+++ b/putty.h
@@ -111,7 +111,7 @@ typedef struct {
 
 GLOBAL Backend *back;
 
-GLOBAL struct backend_list {
+extern struct backend_list {
     int protocol;
     char *name;
     Backend *backend;
@@ -151,6 +151,7 @@ typedef struct {
     int alt_space;                    /* is it special? */
     int ldisc_term;
     int blink_cur;
+    int beep;
     /* Terminal options */
     int savelines;
     int dec_om;