Add function to set credential
[platform/core/uifw/tts.git] / client / tts_client.h
index 0ffd4b8..388d99a 100644 (file)
@@ -61,6 +61,10 @@ typedef struct {
 
        /* connection */
        Ecore_Timer*    conn_timer;
+
+       /* options */
+       char*           credential;
+       bool            credential_needed;
 } tts_client_s;
 
 int tts_client_new(tts_h* tts);