Modify the operation of app control for prediction hint
[platform/core/uifw/inputdelegator.git] / inc / w-input-smartreply.h
old mode 100755 (executable)
new mode 100644 (file)
index 87f8c05..619116f
@@ -14,7 +14,6 @@
  * limitations under the License.
  */
 
-
 #ifndef _W_INPUT_SMARTREPLY_H_
 #define _W_INPUT_SMARTREPLY_H_
 
@@ -36,7 +35,7 @@ bool input_smartreply_get_reply_async(void);
 
 int input_smartreply_get_reply_num(void);
 
-char *input_smartreply_get_nth_item(int index);
+char *input_smartreply_get_nth_item(int index, int *type);
 
 bool input_smartreply_send_feedback(const char *str);