/**
 * Copyright (C) 2009 Samsung Electronics Co., Ltd. All rights reserved.
 *
 * Mobile Communication Division,
 * Digital Media & Communications Business, Samsung Electronics Co., Ltd.
 *
 * This software and its documentation are confidential and proprietary
 * information of Samsung Electronics Co., Ltd.  No part of the software and
 * documents may be copied, reproduced, transmitted, translated, or reduced to
 * any electronic medium or machine-readable form without the prior written
 * consent of Samsung Electronics.
 *
 * Samsung Electronics makes no representations with respect to the contents,
 * and assumes no responsibility for any errors that might appear in the
 * software and documents. This publication and the contents hereof are subject
 * to change without notice.
 */

#ifndef ET9HANGUL_UTIL_H
#define ET9HANGUL_UTIL_H

#include "com_xt9_Xt9core.h"
#include "et9api.h"

#ifdef ET9_KOREAN_MODULE
/*----------------------------------------------------------------------------
 *  Callback Functions
 *----------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------
 *  Get Functions
 *----------------------------------------------------------------------------*/
ET9STATUS ET9FARCALL ET9K_GetHangulWord(JNIEnv *env, jclass jcls, ET9KHangulWord *hangulWord, jobject jobj);

/*----------------------------------------------------------------------------
 *  Set Functions
 *----------------------------------------------------------------------------*/
ET9STATUS ET9FARCALL ET9K_SetHangulWord(JNIEnv *env, jclass jcls, jobject *jobj, ET9KHangulWord hangulWord);

#endif // ET9_KOREAN_MODULE
#endif // ET9HANGUL_UTIL_H
