X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/a832773496d46caa5e328d36a15b4918f24a804e..5dc6132d3a8e6e4048698bf1914b486f9cf41e2c:/winstuff.h diff --git a/winstuff.h b/winstuff.h index 90c03481..06fb9440 100644 --- a/winstuff.h +++ b/winstuff.h @@ -59,7 +59,7 @@ GLOBAL int help_has_contents; /* * The terminal and logging context are notionally local to the * Windows front end, but they must be shared between window.c and - * windlg.c. + * windlg.c. Likewise the saved-sessions list. */ GLOBAL Terminal *term; GLOBAL void *logctx; @@ -170,7 +170,8 @@ void progressbar(struct ctlpos *cp, int id); void fwdsetter(struct ctlpos *cp, int listid, char *stext, int sid, char *e1stext, int e1sid, int e1id, char *e2stext, int e2sid, int e2id, - char *btext, int bid); + char *btext, int bid, + char *r1text, int r1id, char *r2text, int r2id); /* * Exports from windlg.c.