Fix spelling errata
[platform/core/uifw/tts.git] / server / ttsd_dbus.h
old mode 100755 (executable)
new mode 100644 (file)
index 30b4ab2..f4772c5
@@ -1,5 +1,5 @@
 /*
-*  Copyright (c) 2012, 2013 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
@@ -23,18 +23,16 @@ int ttsd_dbus_open_connection();
 
 int ttsd_dbus_close_connection();
 
-
 int ttsdc_send_hello(int pid, int uid);
 
 int ttsdc_send_utt_start_message(int pid, int uid, int uttid);
 
 int ttsdc_send_utt_finish_message(int pid, int uid, int uttid);
 
-int ttsdc_send_error_message(int pid, int uid, int uttid, int reason);
+int ttsdc_send_error_message(int pid, int uid, int uttid, int reason, char* err_msg);
 
 int ttsdc_send_set_state_message(int pid, int uid, int state);
 
-int ttsd_send_start_next_synthesis();
 
 #ifdef __cplusplus
 }