1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-02 03:52:49 -05:00

Lots of MacTCP networking stuff. I think all the code's written, but it

doesn't actually work yet.  Also the telnet backend is still single-session,
and I haven't even touched the ssh one.  Oh, and the "Main" segment just
overflowed 32k, so we have extra linker incantations.  I'm off to the pub
now.

[originally from svn r156]
This commit is contained in:
Ben Harris
1999-04-04 18:23:35 +00:00
parent efc9e4260c
commit 0256bceece
8 changed files with 234 additions and 206 deletions

2
mac.h
View File

@ -30,6 +30,8 @@ extern void mac_keyterm(WindowPtr, EventRecord *);
extern void mac_menuterm(WindowPtr, short, short);
/* from maccfg.c */
extern void mac_loadconfig(Config *);
/* from macnet.c */
extern void macnet_eventcheck(void);
#endif