X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/277fc55e202f0ec3c76b52c40e1ee49dbca365cb..4e860fdb207814fd41dcd0dcd4144e35f7a33273:/putty.h?ds=sidebyside 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); /*