mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-03-18 21:05:26 -05:00
12 lines
164 B
C
12 lines
164 B
C
/*
|
|
* mac.h -- macintosh-specific declarations
|
|
*/
|
|
|
|
#ifndef _PUTTY_MAC_H
|
|
#define _PUTTY_MAC_H
|
|
|
|
extern long mac_qdversion;
|
|
extern void mac_newsession(void);
|
|
|
|
#endif
|