Add a prototype for init_ucs().
authorben <ben@cda61777-01e9-0310-a592-d414129be87e>
Thu, 2 Jan 2003 23:39:53 +0000 (23:39 +0000)
committerben <ben@cda61777-01e9-0310-a592-d414129be87e>
Thu, 2 Jan 2003 23:39:53 +0000 (23:39 +0000)
git-svn-id: svn://svn.tartarus.org/sgt/putty@2430 cda61777-01e9-0310-a592-d414129be87e

mac/mac.h
mac/macucs.c

index 85d4bac..317b749 100644 (file)
--- a/mac/mac.h
+++ b/mac/mac.h
@@ -76,8 +76,10 @@ extern void mac_growterm(WindowPtr, EventRecord *);
 extern void mac_keyterm(WindowPtr, EventRecord *);
 extern void mac_menuterm(WindowPtr, short, short);
 /* from macstore.c */
-OSErr get_session_dir(Boolean makeit, short *pVRefNum, long *pDirID);
+extern OSErr get_session_dir(Boolean makeit, short *pVRefNum, long *pDirID);
 extern void *open_settings_r_fsp(FSSpec *);
+/* from macucs.c */
+extern void init_ucs(void);
 
 #endif
 
index 05d10c1..981bc40 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: macucs.c,v 1.2 2002/12/04 19:44:57 ben Exp $ */
+/* $Id: macucs.c,v 1.3 2003/01/02 23:39:53 ben Exp $ */
 
 #include <stdio.h>
 #include <stdlib.h>
@@ -8,6 +8,7 @@
 #include "putty.h"
 #include "terminal.h"
 #include "misc.h"
+#include "mac.h"
 
 /*
  * Mac Unicode-handling routines.