Log file tinkering: copy Event Log entries into the SSH packet log,
[u/mdw/putty] / putty.h
diff --git a/putty.h b/putty.h
index e2a7fea..d69339a 100644 (file)
--- 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);
 
 /*