/* * iso2kr.h * * All rights reserved. Copyright (C) 1996 by NARITA Tomio * $Id: iso2kr.h,v 1.3 2003/11/13 03:08:19 nrt Exp $ */ #ifndef __ISO2KR_H__ #define __ISO2KR_H__ #include #include public void EncodeISO2022kr( i_str_t *istr, int head, int tail, byte codingSystem, boolean_t binary ); #endif /* __ISO2KR_H__ */