aboutsummaryrefslogtreecommitdiffstats
path: root/include/gprs.h
diff options
context:
space:
mode:
authorSimon Busch <morphis@gravedo.de>2012-01-27 19:40:22 +0100
committerSimon Busch <morphis@gravedo.de>2012-01-27 19:40:22 +0100
commitb71736ea637ea8611f8585b79a2acf43cf853448 (patch)
tree2cca02417d79409186601b27f194b27a30d4d62d /include/gprs.h
parent59a35f3bd3434c9802dd20f93f2e87854abf387e (diff)
downloadexternal_libsamsung-ipc-b71736ea637ea8611f8585b79a2acf43cf853448.zip
external_libsamsung-ipc-b71736ea637ea8611f8585b79a2acf43cf853448.tar.gz
external_libsamsung-ipc-b71736ea637ea8611f8585b79a2acf43cf853448.tar.bz2
gprs: adjust setup method so we can deactivate a gprs context now
Signed-off-by: Simon Busch <morphis@gravedo.de>
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