Clear data when AUDIO_POLICY_BLOCKED is occurred
[platform/core/uifw/tts.git] / common / tts_config_parser.h
index f32c620..ad736b8 100644 (file)
@@ -41,7 +41,8 @@ typedef struct {
        char*   setting;
        GSList* voices;
        bool    pitch_support;
-       bool    need_credential;
+       bool    need_credential;
+       unsigned int    text_size;
 } tts_engine_info_s;
 
 typedef struct {
@@ -81,6 +82,8 @@ int tts_parser_find_config_changed(char** engine, char**setting, bool* auto_voic
 
 int tts_parser_copy_xml(const char* original, const char* destination);
 
+int tts_parser_reset();
+
 #ifdef __cplusplus
 }
 #endif