]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - mac/macstuff.h
Overhaul of client-side XDM-AUTHORIZATION-1:
[PuTTY.git] / mac / macstuff.h
index b0633c6048250dc43e252a0b1a0fd090433c283d..a4cab6e6a40dd10ae34199aa8b5680851b8e58e3 100644 (file)
@@ -48,9 +48,9 @@ struct FontSpec {
 /*
  * sk_getxdmdata() does not exist under the Mac (SGT: I have no
  * idea whatsoever how to write it, and furthermore I'm unconvinced
- * it's necessary), so it's a macro which always returns FALSE.
+ * it's necessary), so it's a macro which always returns NULL.
  */
-#define sk_getxdmdata(socket, ip, port) (0)
+#define sk_getxdmdata(socket, lenp) (NULL)
 
 /* To make it compile */