Fix unused codes
[platform/core/uifw/stt.git] / server / sttd_server.h
index 5978f17..0fd6dd9 100644 (file)
@@ -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
@@ -17,6 +17,7 @@
 
 #include <Ecore.h>
 #include "sttd_main.h"
+#include "stte.h"
 
 #ifdef __cplusplus
 extern "C" {
@@ -26,7 +27,7 @@ extern "C" {
 /*
 * Daemon functions
 */
-int sttd_initialize();
+int sttd_initialize(stte_request_callback_s *callback);
 
 int sttd_finalize();
 
@@ -54,6 +55,10 @@ int sttd_server_get_supported_languages(int uid, GSList** lang_list);
 
 int sttd_server_get_current_langauage(int uid, char** current_lang);
 
+int sttd_server_set_private_data(int uid, const char* key, const char* data);
+
+int sttd_server_get_private_data(int uid, const char* key, char** data);
+
 int sttd_server_set_engine_data(int uid, const char* key, const char* value);
 
 int sttd_server_is_recognition_type_supported(int uid, const char* type, int* support);