aboutsummaryrefslogtreecommitdiffstats
path: root/include/net.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net.h')
-rw-r--r--include/net.h10
1 files changed, 7 insertions, 3 deletions
diff --git a/include/net.h b/include/net.h
index bd3b664..432076b 100644
--- a/include/net.h
+++ b/include/net.h
@@ -131,13 +131,17 @@ struct ipc_net_mode_sel_data {
* Helpers
*/
-int ipc_net_plmn_sel_setup(struct ipc_net_plmn_sel_request_data *data,
+int ipc_net_plmn_sel_setup(struct ipc_client *client,
+ struct ipc_net_plmn_sel_request_data *data,
unsigned char mode_sel, const char *plmn,
unsigned char act);
-int ipc_net_regist_setup(struct ipc_net_regist_request_data *data,
+int ipc_net_regist_setup(struct ipc_client *client,
+ struct ipc_net_regist_request_data *data,
unsigned char domain);
-unsigned char ipc_net_plmn_list_count_extract(const void *data, size_t size);
+unsigned char ipc_net_plmn_list_count_extract(struct ipc_client *client,
+ const void *data, size_t size);
struct ipc_net_plmn_list_entry *ipc_net_plmn_list_entry_extract(
+ struct ipc_client *client,
const void *data, size_t size, unsigned int index);
#endif /* __SAMSUNG_IPC_NET_H__ */