1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-10 09:58:01 +00:00

Add ssh.h for prototypes for the X display stubs

[originally from svn r5213]
This commit is contained in:
Owen Dunn 2005-01-26 19:04:42 +00:00
parent 71e3ce0498
commit 09dae8d5dc
2 changed files with 2 additions and 0 deletions

View File

@ -38,6 +38,7 @@
#include "putty.h"
#include "mac.h"
#include "ssh.h"
#if TARGET_API_MAC_CARBON
/*

View File

@ -1,6 +1,7 @@
#include "putty.h"
#include "network.h"
#include "mac.h"
#include "ssh.h"
struct macnet_stack {
SockAddr (*namelookup)(char const *, char **);