X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/46ccbe20eca983436c1869e0728f7049398b9342..fb89f7ffb1d51a743bc2820dde96e0a798dc40c9:/putty.h diff --git a/putty.h b/putty.h index e2a7fea7..d69339a8 100644 --- a/putty.h +++ b/putty.h @@ -518,6 +518,7 @@ void term_reconfig(void); */ void logtraffic(unsigned char c, int logmode); enum { PKT_INCOMING, PKT_OUTGOING }; +void log_eventlog(char *string); void log_packet(int direction, int type, char *texttype, void *data, int len); /*