mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-03-12 18:13:50 -05:00
Add a prototype for init_ucs().
[originally from svn r2430]
This commit is contained in:
parent
19ed21b98a
commit
44a1e7fff2
@ -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
|
||||
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user