Add reception support for MacTCP. Now I can log in over TELNET, just about.
[u/mdw/putty] / mac / mac.h
index a784a28..19e42dd 100644 (file)
--- a/mac/mac.h
+++ b/mac/mac.h
@@ -88,6 +88,7 @@ extern void init_ucs(void);
 /* from mtcpnet.c */
 extern OSErr mactcp_init(void);
 extern void mactcp_shutdown(void);
+extern void mactcp_poll(void);
 
 #endif