X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/3d9449a111194530856126f3dc89543d83fa0440..9754e5ca92d4aa7c9ded57270082ef8348a1ef80:/windows/wincons.c diff --git a/windows/wincons.c b/windows/wincons.c index 07913586..d3ff56d1 100644 --- a/windows/wincons.c +++ b/windows/wincons.c @@ -201,7 +201,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) { HANDLE hin; DWORD savemode, i;