]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - putty.h
As usual, gcc is better at warnings than MSVC, so here are some
[PuTTY.git] / putty.h
diff --git a/putty.h b/putty.h
index 5c5b1c189056c603c0160e2b324969c343554780..256c61b21f3d80a82056c3f4afc98258bcc864ce 100644 (file)
--- a/putty.h
+++ b/putty.h
@@ -776,6 +776,12 @@ extern int cmdline_tooltype;
 
 void cmdline_error(char *, ...);
 
+/*
+ * Exports from config.c.
+ */
+void setup_config_box(struct controlbox *b, struct sesslist *sesslist,
+                     int midsession, int protocol);
+
 /*
  * X11 auth mechanisms we know about.
  */