Missing bits for System 7 listbox support.
[u/mdw/putty] / mac / macnet.c
index b95a1b7..eb705e1 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"