Add function to get error message
[platform/core/uifw/tts.git] / client / tts_client.h
old mode 100755 (executable)
new mode 100644 (file)
index 5a2520e..0ffd4b8
@@ -57,6 +57,7 @@ typedef struct {
        /* callback data */
        int             utt_id;
        int             reason;
+       char*           err_msg;
 
        /* connection */
        Ecore_Timer*    conn_timer;