term->cfg is now a full copy of the Config structure, not a pointer;
[u/mdw/putty] / putty.h
diff --git a/putty.h b/putty.h
index 80643c7..19000fc 100644 (file)
--- 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,