X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/9546c9c6fd9b1c67c92f4ea2f0039039c63d2f8e..6473492058e854537bb061277bd9eb5c319bf11a:/putty.h diff --git a/putty.h b/putty.h index 80643c74..19000fc7 100644 --- a/putty.h +++ b/putty.h @@ -516,7 +516,7 @@ void term_paste(Terminal *); void term_nopaste(Terminal *); int term_ldisc(Terminal *, int option); void term_copyall(Terminal *); -void term_reconfig(Terminal *); +void term_reconfig(Terminal *, Config *); void term_seen_key_event(Terminal *); int from_backend(void *, int is_stderr, char *data, int len); void term_provide_resize_fn(Terminal *term,