mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-10 09:58:01 +00:00
ee6148a952
[originally from svn r57]
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
|