Oops; telnet:// URLs can have a trailing slash
[u/mdw/putty] / putty.h
diff --git a/putty.h b/putty.h
index 045c7da..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;
@@ -324,6 +325,14 @@ unsigned char xlat_tty2scr(unsigned char c);
 unsigned char xlat_latkbd2win(unsigned char c);
 
 /*
+ * Exports from mscrypto.c
+ */
+#ifdef MSCRYPTOAPI
+int crypto_startup();
+void crypto_wrapup();
+#endif
+
+/*
  * A debug system.
  */
 #ifdef DEBUG