aboutsummaryrefslogtreecommitdiffstats
path: root/include/gprs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gprs.h')
-rw-r--r--include/gprs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gprs.h b/include/gprs.h
index efe4324..8e0408b 100644
--- a/include/gprs.h
+++ b/include/gprs.h
@@ -90,7 +90,7 @@ struct ipc_gprs_current_session_data_counter {
unsigned char unk[9];
};
-void ipc_gprs_pdp_context_setup(struct ipc_gprs_pdp_context *message, char *username, char *password);
+void ipc_gprs_pdp_context_setup(struct ipc_gprs_pdp_context *message, int activate, char *username, char *password);
#endif