Peter Schellenbach's patch: re-implement the PuTTY cryptographic
[u/mdw/putty] / putty.h
diff --git a/putty.h b/putty.h
index 3f2c087..1029de3 100644 (file)
--- a/putty.h
+++ b/putty.h
@@ -150,6 +150,7 @@ typedef struct {
     int alt_f4;                               /* is it special? */
     int alt_space;                    /* is it special? */
     int ldisc_term;
+    int blink_cur;
     /* Terminal options */
     int savelines;
     int dec_om;
@@ -323,6 +324,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