X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/b2859f7a7d557aa819d2c7b99484a0f61c6398ba..5fac915c83c037545177b56d10e07b43a3252393:/mac/macnet.c diff --git a/mac/macnet.c b/mac/macnet.c index b95a1b78..eb705e1a 100644 --- a/mac/macnet.c +++ b/mac/macnet.c @@ -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"