1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-10 01:48:00 +00:00

Added mac.h for stuff that's only used by the Mac port.

[originally from svn r57]
This commit is contained in:
Ben Harris 1999-02-21 18:11:35 +00:00
parent 8ac1a08339
commit ee6148a952

11
mac.h Normal file
View File

@ -0,0 +1,11 @@
/*
* mac.h -- macintosh-specific declarations
*/
#ifndef _PUTTY_MAC_H
#define _PUTTY_MAC_H
extern long mac_qdversion;
extern void mac_newsession(void);
#endif