]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - putty.h
Add multi-makefile management system
[PuTTY.git] / putty.h
diff --git a/putty.h b/putty.h
index 477a81e47d56eb625896df491194073d5098175b..7e7eca61661bba694122005d6536f30aea5a3905 100644 (file)
--- a/putty.h
+++ b/putty.h
@@ -69,7 +69,9 @@ typedef enum {
     US_NONE = 0, US_KEY = 1, US_DISP = 2, US_BOTH = 3
 } Unscroll_Trigger;
 
-GLOBAL Unscroll_trigger unscroll_event;
+GLOBAL Unscroll_Trigger unscroll_event;
+
+GLOBAL char *logfile;
 
 #define WM_NETEVENT  (WM_USER + 1)