fixed nextwork failed issue while login.
[apps/native/telegram-tizen.git] / tg-engine-service / inc / server_response.h
index 1a0bc70..4f12ae6 100644 (file)
@@ -56,6 +56,7 @@ extern void send_server_not_initialized_response(tg_engine_data_s *tg_data);
 extern void send_registration_response(tg_engine_data_s *tg_data, Eina_Bool is_success);
 extern void send_request_code_again(tg_engine_data_s *tg_data);
 extern void send_request_phone_num_again(tg_engine_data_s *tg_data);
+extern void send_request_phone_new_num(tg_engine_data_s *tg_data);
 extern void send_name_registration_response(tg_engine_data_s *tg_data);
 extern void send_contacts_load_done_response(tg_engine_data_s *tg_data, Eina_Bool is_success);
 extern void send_self_profile_picture_updated_response(tg_engine_data_s *tg_data, char *file_path, Eina_Bool is_success);