]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - mac/macnet.c
Fixed accelerator clash in the Unix-specific config, since gtkdlg.c
[PuTTY.git] / mac / macnet.c
index b95a1b78585faf1bc7bb036d28155da791d3875b..eb705e1a259e058375df0d641694292c993a5c67 100644 (file)
@@ -166,6 +166,14 @@ void sk_cleanup(void)
        stack->cleanup();
 }
 
+/* We should use Internet Config here. */
+int net_service_lookup(char *service)
+{
+
+    return 0;
+}
+
+
 /*
  * Local Variables:
  * c-file-style: "simon"