1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-02 03:52:49 -05:00

Packet-level logging should now work properly in Unix Plink.

[originally from svn r2193]
This commit is contained in:
Simon Tatham
2002-11-05 13:21:03 +00:00
parent 3a084e9333
commit a44ba79e2e
3 changed files with 13 additions and 2 deletions

View 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 */