Change-Id: Icd9d26f65494cfbb5791e18c28f9e603a0294e0a
Signed-off-by: sungrae jo <seongrae.jo@samsung.com>
#ifndef __VCE_H__
#define __VCE_H__
-#include <tizen.h>
/**
* @addtogroup CAPI_UIX_VOICE_CONTROL_ENGINE_MODULE
* @brief A structure of handle for VC command.
* @since_tizen 5.0
*/
-typedef int vce_cmd_h;
+typedef struct vce_cmd_s* vce_cmd_h;
/**
* @brief Definition for foreground command type.
VCD_STATE_PROCESSING = 3
} vcd_state_e;
+typedef struct {
+ int index;
+} vce_cmd_s;
+
typedef struct {
int version; /**< Version */