X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/a499fbf93138f5c8bfef4d2c24df1f77fc44021b..2f92b7170f74a58d1e33d7913e154f9f47852683:/mac/mac.c?ds=sidebyside diff --git a/mac/mac.c b/mac/mac.c index a0ec60b2..fe46f3f8 100644 --- a/mac/mac.c +++ b/mac/mac.c @@ -1,4 +1,4 @@ -/* $Id: mac.c,v 1.22 2003/01/09 22:39:47 ben Exp $ */ +/* $Id: mac.c,v 1.23 2003/01/10 18:33:35 simon Exp $ */ /* * Copyright (c) 1999 Ben Harris * All rights reserved. @@ -740,6 +740,12 @@ int platform_default_i(char *name, int def) return def; } +void platform_get_x11_auth(char *display, int *proto, + unsigned char *data, int *datalen) +{ + /* SGT: I have no idea whether Mac X servers need anything here. */ +} + /* * Local Variables: * c-file-style: "simon"