Merge "Prevent to add rule when stt service is reset" into tizen
[platform/core/uifw/stt.git] / server / sttd_dbus.h
index 9311eca..1f0d656 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
@@ -34,6 +34,8 @@ int sttdc_send_result(int uid, int event, const char** data, int data_count, con
 
 int sttdc_send_error_signal(int uid, int reason, const char *err_msg);
 
+int sttdc_send_speech_status(int uid, int status);
+
 
 #ifdef __cplusplus
 }