1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-10 09:58:01 +00:00
putty-source/mac.h
1999-02-21 18:11:35 +00:00

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