From 44a1e7fff2f1357ed49b8dcd60a94c79ff465f47 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Thu, 2 Jan 2003 23:39:53 +0000 Subject: [PATCH] Add a prototype for init_ucs(). [originally from svn r2430] --- mac/mac.h | 4 +++- mac/macucs.c | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) 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. -- 2.45.2