X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/9583660004406f1b8e9296e13e6709cce510d72c..11cc5e30c81503e5769e32e75d0455b193111eec:/putty.h diff --git a/putty.h b/putty.h index 6d4d83ae..3fb26bcc 100644 --- a/putty.h +++ b/putty.h @@ -655,6 +655,7 @@ void log_reconfig(void *logctx, Config *cfg); void logfopen(void *logctx); void logfclose(void *logctx); void logtraffic(void *logctx, unsigned char c, int logmode); +void logflush(void *logctx); void log_eventlog(void *logctx, const char *string); enum { PKT_INCOMING, PKT_OUTGOING }; void log_packet(void *logctx, int direction, int type,