Fix bugs
[platform/core/uifw/stt.git] / common / stt_config_mgr.h
old mode 100755 (executable)
new mode 100644 (file)
index 614b666..9f43044
@@ -1,5 +1,5 @@
 /*
-*  Copyright (c) 2011-2014 Samsung Electronics Co., Ltd All Rights Reserved 
+*  Copyright (c) 2011-2016 Samsung Electronics Co., Ltd All Rights Reserved
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
@@ -11,7 +11,7 @@
 *  limitations under the License.
 */
 
+
 #ifndef __STT_CONFIG_MANAGER_H_
 #define __STT_CONFIG_MANAGER_H_
 
@@ -42,7 +42,7 @@ typedef bool (*stt_config_supported_engine_cb)(const char* engine_id, const char
 
 typedef bool (*stt_config_supported_langauge_cb)(const char* engine_id, const char* language, void* user_data);
 
-typedef void (*stt_config_engine_changed_cb)(const char* engine_id, const char* setting, const char* language, bool support_silence, void* user_data);
+typedef void (*stt_config_engine_changed_cb)(const char* engine_id, const char* setting, const char* language, bool support_silence, bool need_credential, void* user_data);
 
 typedef void (*stt_config_lang_changed_cb)(const char* before_language, const char* current_language, void* user_data);