From 545c805d7fa1ae11fd68cce7fb38449ffe5d5860 Mon Sep 17 00:00:00 2001 From: Arun Muthusamy <arun.muthusamy@inteno.se> Date: Fri, 8 Jun 2018 10:37:15 +0200 Subject: [PATCH] revert changes on sub func calls --- libmobile_hilink.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libmobile_hilink.c b/libmobile_hilink.c index b28023e..b2a9a7e 100644 --- a/libmobile_hilink.c +++ b/libmobile_hilink.c @@ -469,7 +469,7 @@ struct json_object *mobile_set_connection_type_hilink(int connection_type) } -struct json_object *data_roaming_hilink(int action) +struct json_object *data_roaming(int action) { char *api_url = "http://192.168.8.1/api/dialup/connection"; char post_query[256]; @@ -492,7 +492,7 @@ struct json_object *mobile_data_roaming_disable_hilink() } /* 00 -> enter pin, 01 -> activate pin, 02 ->disable pin, 03 -> change pin, 04 -> enter puk */ -struct json_object *pin_action_hilink(char *type, char *current_pin, char *new_pin, char *puk) +struct json_object *pin_action(char *type, char *current_pin, char *new_pin, char *puk) { char *api_url = "http://192.168.8.1/api/pin/operate"; char post_query[256]; -- GitLab