X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/ee5e66d8ffb8750a588db17306acfd3193cc10a9..8def70c3ec6f81f95673c0de67a75b5a6b2e9e1c:/unix/uxsftp.c diff --git a/unix/uxsftp.c b/unix/uxsftp.c index fd6b528b..a9af614f 100644 --- a/unix/uxsftp.c +++ b/unix/uxsftp.c @@ -18,6 +18,7 @@ #endif #include "putty.h" +#include "ssh.h" #include "psftp.h" #include "int64.h" @@ -33,11 +34,11 @@ char *x_get_default(const char *key) return NULL; /* this is a stub */ } -void platform_get_x11_auth(char *display, int *protocol, - unsigned char *data, int *datalen) +void platform_get_x11_auth(struct X11Display *display, const Config *cfg) { /* Do nothing, therefore no auth. */ } +const int platform_uses_x11_unix_by_default = TRUE; /* * Default settings that are specific to PSFTP.