Fix to get the maximum text size from the engine meta data
[platform/core/uifw/tts.git] / common / tts_config_mgr.h
index c9eb1d7..dd6e2da 100644 (file)
@@ -114,6 +114,8 @@ bool tts_config_check_default_voice_is_valid(const char* language, int type);
 
 char* tts_config_get_message_path(int mode, int pid);
 
+int tts_config_mgr_get_max_text_size(unsigned int* size);
+
 
 #ifdef __cplusplus
 }