diff options
author | Simon Busch <morphis@gravedo.de> | 2012-01-27 19:40:22 +0100 |
---|---|---|
committer | Simon Busch <morphis@gravedo.de> | 2012-01-27 19:40:22 +0100 |
commit | b71736ea637ea8611f8585b79a2acf43cf853448 (patch) | |
tree | 2cca02417d79409186601b27f194b27a30d4d62d /include | |
parent | 59a35f3bd3434c9802dd20f93f2e87854abf387e (diff) | |
download | external_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')
-rw-r--r-- | include/gprs.h | 2 |
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 |