]> asedeno.scripts.mit.edu Git - PuTTY.git/blob - mac.h
Right, we now have:
[PuTTY.git] / mac.h
1 /*
2  * mac.h -- macintosh-specific declarations
3  */
4
5 #ifndef _PUTTY_MAC_H
6 #define _PUTTY_MAC_H
7
8 #include <MacTypes.h>
9 #include <MacWindows.h>
10
11 extern long mac_qdversion;
12
13 /* from macterm.c */
14 extern void mac_newsession(void);
15 extern void mac_activateterm(WindowPtr, Boolean);
16 extern void mac_updateterm(WindowPtr);
17
18 extern void mac_loadconfig(Config *);
19
20 #endif