1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-25 09:12:24 +00:00
putty-source/mac.h

12 lines
164 B
C
Raw Normal View History

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