Modify the screen UI for stt mode and refactoring code
[platform/core/uifw/inputdelegator.git] / inc / w-input-stt-ise.h
index 9be2138..99aaae9 100755 (executable)
@@ -47,6 +47,7 @@ extern "C"
 
 void show_voice_input(Evas_Object *parent, const char *lang, void (*get_string)(char *, int));
 void pause_voice();
+void resume_voice();
 void destroy_voice();
 int is_lang_supported_by_voice_input(const char *lang);
 void ise_show_stt_popup(void *data);