]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
Added mac.h for stuff that's only used by the Mac port.
authorBen Harris <bjh21@bjh21.me.uk>
Sun, 21 Feb 1999 18:11:35 +0000 (18:11 +0000)
committerBen Harris <bjh21@bjh21.me.uk>
Sun, 21 Feb 1999 18:11:35 +0000 (18:11 +0000)
[originally from svn r57]

mac.h [new file with mode: 0644]

diff --git a/mac.h b/mac.h
new file mode 100644 (file)
index 0000000..ba0aaed
--- /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