X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=mac%2Fmacnet.c;h=eb705e1a259e058375df0d641694292c993a5c67;hb=b4e7ec8b12e19895ea509653090c43a5a1c52ed1;hp=b95a1b78585faf1bc7bb036d28155da791d3875b;hpb=24df1c54633198ae3fa65a38b7d9161d86e91b5e;p=PuTTY.git 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"