diff --git a/mac/mac.h b/mac/mac.h index 85d4bac9..317b7495 100644 --- 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 diff --git a/mac/macucs.c b/mac/macucs.c index 05d10c10..981bc40b 100644 --- a/mac/macucs.c +++ b/mac/macucs.c @@ -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 #include @@ -8,6 +8,7 @@ #include "putty.h" #include "terminal.h" #include "misc.h" +#include "mac.h" /* * Mac Unicode-handling routines.