Provide a version of stricmp() and strnicmp() for Mac OS, which doesn't have
[u/mdw/putty] / mac / mac.h
index 8b79a77..a784a28 100644 (file)
--- a/mac/mac.h
+++ b/mac/mac.h
@@ -85,6 +85,9 @@ extern OSErr get_session_dir(Boolean makeit, short *pVRefNum, long *pDirID);
 extern void *open_settings_r_fsp(FSSpec *);
 /* from macucs.c */
 extern void init_ucs(void);
+/* from mtcpnet.c */
+extern OSErr mactcp_init(void);
+extern void mactcp_shutdown(void);
 
 #endif