From ee6148a952f4742ecfd63b49d901e3180bc0057a Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Sun, 21 Feb 1999 18:11:35 +0000 Subject: [PATCH] Added mac.h for stuff that's only used by the Mac port. [originally from svn r57] --- mac.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 mac.h diff --git a/mac.h b/mac.h new file mode 100644 index 00000000..ba0aaed7 --- /dev/null +++ b/mac.h @@ -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