/* * mac.h -- macintosh-specific declarations */ #ifndef _PUTTY_MAC_H #define _PUTTY_MAC_H extern long mac_qdversion; extern void mac_newsession(void); #endif