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:
parent
71e3ce0498
commit
09dae8d5dc
@ -38,6 +38,7 @@
|
|||||||
|
|
||||||
#include "putty.h"
|
#include "putty.h"
|
||||||
#include "mac.h"
|
#include "mac.h"
|
||||||
|
#include "ssh.h"
|
||||||
|
|
||||||
#if TARGET_API_MAC_CARBON
|
#if TARGET_API_MAC_CARBON
|
||||||
/*
|
/*
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
#include "putty.h"
|
#include "putty.h"
|
||||||
#include "network.h"
|
#include "network.h"
|
||||||
#include "mac.h"
|
#include "mac.h"
|
||||||
|
#include "ssh.h"
|
||||||
|
|
||||||
struct macnet_stack {
|
struct macnet_stack {
|
||||||
SockAddr (*namelookup)(char const *, char **);
|
SockAddr (*namelookup)(char const *, char **);
|
||||||
|
Loading…
Reference in New Issue
Block a user