Loose end from r5031: the Kex panel should only be displayed in
[u/mdw/putty] / putty.h
diff --git a/putty.h b/putty.h
index 4b0e3fe..0d74e94 100644 (file)
--- a/putty.h
+++ b/putty.h
@@ -340,6 +340,7 @@ struct backend_tag {
      * buffer is clearing.
      */
     void (*unthrottle) (void *handle, int);
+    int (*cfg_info) (void *handle);
     int default_port;
 };
 
@@ -920,7 +921,7 @@ void cmdline_error(char *, ...);
  */
 struct controlbox;
 void setup_config_box(struct controlbox *b, struct sesslist *sesslist,
-                     int midsession, int protocol);
+                     int midsession, int protocol, int protcfginfo);
 
 /*
  * Exports from minibidi.c.