Packet-level logging should now work properly in Unix Plink.
[sgt/putty] / unix / unix.h
index dc2f3c4..fb312df 100644 (file)
@@ -30,6 +30,8 @@ unsigned long getticks(void);        /* based on gettimeofday(2) */
 #define WCHAR wchar_t
 #define BYTE unsigned char
 
+GLOBAL void *logctx;
+
 /* Things pty.c needs from pterm.c */
 char *get_x_display(void *frontend);
 int font_dimension(void *frontend, int which);/* 0 for width, 1 for height */