Be more sure that state->collecting_entropy can't be spuriously set
[sgt/putty] / putty.h
diff --git a/putty.h b/putty.h
index ae936b0..0d1c932 100644 (file)
--- a/putty.h
+++ b/putty.h
@@ -156,6 +156,7 @@ typedef struct {
     int bksp_is_delete;
     int rxvt_homeend;
     int funky_type;
+    int no_applic;                     /* totally disable application modes */
     int app_cursor;
     int app_keypad;
     int nethack_keypad;
@@ -260,8 +261,9 @@ void sys_cursor(int x, int y);
 /*
  * Exports from noise.c.
  */
-void noise_get_heavy(void (*func) (void *, int));
-void noise_get_light(void (*func) (void *, int));
+void noise_get_heavy(void (*func)(void *, int));
+void noise_get_light(void (*func)(void *, int));
+void noise_regular(void);
 void noise_ultralight(DWORD data);
 void random_save_seed(void);
 void random_destroy_seed(void);