X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/bb8bd6e97962274fcb2ba919473733ad326ccd85..4a693cfc5c3ee0e639bbee0215345e921715ab04:/unix/uxsftp.c diff --git a/unix/uxsftp.c b/unix/uxsftp.c index b26c4b5a..3170ecf3 100644 --- a/unix/uxsftp.c +++ b/unix/uxsftp.c @@ -34,7 +34,7 @@ char *x_get_default(const char *key) return NULL; /* this is a stub */ } -void platform_get_x11_auth(struct X11Display *display, const Config *cfg) +void platform_get_x11_auth(struct X11Display *display, Conf *conf) { /* Do nothing, therefore no auth. */ }