Merge "Change uid and gid for service files" into tizen
[platform/core/uifw/tts.git] / common / tts_config_parser.h
index 42a1f0a..ad736b8 100644 (file)
@@ -41,6 +41,8 @@ typedef struct {
        char*   setting;
        GSList* voices;
        bool    pitch_support;
+       bool    need_credential;
+       unsigned int    text_size;
 } tts_engine_info_s;
 
 typedef struct {
@@ -51,6 +53,7 @@ typedef struct {
        int     type;
        int     speech_rate;
        int     pitch;
+       bool    credential;
 } tts_config_s;
 
 
@@ -77,6 +80,9 @@ int tts_parser_set_pitch(int value);
 int tts_parser_find_config_changed(char** engine, char**setting, bool* auto_voice, char** language, int* voice_type, 
                                   int* speech_rate, int* pitch);
 
+int tts_parser_copy_xml(const char* original, const char* destination);
+
+int tts_parser_reset();
 
 #ifdef __cplusplus
 }