1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-03 20:42:48 -05:00

Add a prototype for init_ucs().

[originally from svn r2430]
This commit is contained in:
Ben Harris
2003-01-02 23:39:53 +00:00
parent 19ed21b98a
commit 44a1e7fff2
2 changed files with 5 additions and 2 deletions

View 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.