]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - mac.h
Removing one bug, and hunting another
[PuTTY.git] / mac.h
diff --git a/mac.h b/mac.h
index ea14783a9e7f80c609feed64825aa9b3f662cd39..d187dfcdb3616ccbe29a4b3a6f36673dfb7c6db9 100644 (file)
--- a/mac.h
+++ b/mac.h
@@ -10,6 +10,9 @@
 #include <Gestalt.h>
 #include <MacWindows.h>
 
+/* config.h or somesuch? */
+#define WITH_OPENTRANSPORT
+
 struct mac_gestalts {
     long qdvers;
     long apprvers;
@@ -36,7 +39,7 @@ extern void mac_loadconfig(Config *);
 /* from macnet.c */
 extern void macnet_eventcheck(void);
 /* from opentpt.c */
-extern void opentpt_shutdown(void);
+extern Network_Stack otpt_stack;
 
 #endif