X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/3d9449a111194530856126f3dc89543d83fa0440..dffa03fd4ff49ee1ca28c9ea82aae136509c70c5:/unix/uxcons.c diff --git a/unix/uxcons.c b/unix/uxcons.c index ef2866cc..6579155e 100644 --- a/unix/uxcons.c +++ b/unix/uxcons.c @@ -198,7 +198,8 @@ int askalg(void *frontend, const char *algtype, const char *algname, * Ask whether to wipe a session log file before writing to it. * Returns 2 for wipe, 1 for append, 0 for cancel (don't log). */ -int askappend(void *frontend, Filename filename) +int askappend(void *frontend, Filename filename, + void (*callback)(void *ctx, int result), void *ctx) { static const char msgtemplate[] = "The session log file \"%.*s\" already exists.\n"