Turn #ifdef LOG into a command-line option for debugging use
[u/mdw/putty] / putty.h
diff --git a/putty.h b/putty.h
index f4944aa..7e7eca6 100644 (file)
--- a/putty.h
+++ b/putty.h
@@ -71,6 +71,8 @@ typedef enum {
 
 GLOBAL Unscroll_Trigger unscroll_event;
 
+GLOBAL char *logfile;
+
 #define WM_NETEVENT  (WM_USER + 1)
 
 typedef enum {