#ifndef INTERACT_ATCJ_123_INCLUDED #define INTERACT_ATCJ_123_INCLUDED #include "glbtypes.h" #include "general_defines.h" #ifdef __cplusplus extern "C" { #endif /************************************************************************/ ST_RET interact_atcj_init( void ); ST_RET interact_atcj_release( void ); ST_RET interact_atcj_handle( ST_VOID ); ST_RET interact_atcj_send_dst( const ST_UCHAR *data, ST_INT dataLen ); /************************************************************************/ #ifdef __cplusplus } #endif #endif