]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - putty.h
Log file tinkering: copy Event Log entries into the SSH packet log,
[PuTTY.git] / putty.h
diff --git a/putty.h b/putty.h
index e2a7fea75dd985791392239bdbb3914d49a69709..d69339a8822e7fbb85fc9b41438e4af6869749f6 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);
 
 /*