--- np2/common/Attic/codecnv.h 2003/10/16 17:57:11 1.1.1.1 +++ np2/common/Attic/codecnv.h 2004/06/20 09:36:37 1.3 @@ -1,12 +1,18 @@ +#ifndef _COMMON_CODECNV_H +#define _COMMON_CODECNV_H #ifdef __cplusplus extern "C" { #endif void codecnv_sjis2euc(char *euc, UINT ecnt, const char *sjis, UINT scnt); +void codecnv_euc2sjis(char *sjis, UINT scnt, const char *euc, UINT ecnt); + void codecnv_sjis2utf(UINT16 *utf, UINT ucnt, const char *sjis, UINT scnt); #ifdef __cplusplus } #endif +#endif +