Oh, and (there's always one) remove the unnecessary extra parameter
[sgt/putty] / unix / unix.h
index 4fb5662..cfc48f3 100644 (file)
@@ -96,7 +96,7 @@ void uxsel_input_remove(int id);
 
 /* uxcfg.c */
 struct controlbox;
-void unix_setup_config_box(struct controlbox *b, int midsession, void *window);
+void unix_setup_config_box(struct controlbox *b, int midsession);
 
 /* gtkcfg.c */
 void gtk_setup_config_box(struct controlbox *b, int midsession, void *window);