aboutsummaryrefslogtreecommitdiffstats
path: root/include/gprs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gprs.h')
-rw-r--r--include/gprs.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/gprs.h b/include/gprs.h
index f3f5fc1..e5ce416 100644
--- a/include/gprs.h
+++ b/include/gprs.h
@@ -139,8 +139,10 @@ struct ipc_gprs_port_list {
*/
void ipc_gprs_port_list_setup(struct ipc_gprs_port_list *message);
-void ipc_gprs_pdp_context_setup(struct ipc_gprs_pdp_context_set *message, unsigned char cid, int enable, char *username, char *password);
-void ipc_gprs_define_pdp_context_setup(struct ipc_gprs_define_pdp_context *message, unsigned char cid, int enable, char *apn);
+void ipc_gprs_pdp_context_setup(struct ipc_gprs_pdp_context_set *message,
+ unsigned char cid, int enable, char *username, char *password);
+void ipc_gprs_define_pdp_context_setup(struct ipc_gprs_define_pdp_context *message,
+ unsigned char cid, int enable, char *apn);
#endif