X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/8d68f26a32002e37eb29dbe58d6549d3bd0ec2f7..2285d016cf0103f03e05e53e22025282c104a164:/unix/unix.h diff --git a/unix/unix.h b/unix/unix.h index 4fb5662f..cfc48f32 100644 --- a/unix/unix.h +++ b/unix/unix.h @@ -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);