diff options
author | PaulK <contact@paulk.fr> | 2012-06-07 22:22:23 +0200 |
---|---|---|
committer | PaulK <contact@paulk.fr> | 2012-06-07 22:22:23 +0200 |
commit | 67bb78c3e7d0991d1f1bbd7fccf2f9986cb34c7c (patch) | |
tree | d5001837414fe2cfe8b1423687d97b50c2fc0029 /include | |
parent | 63a3609348e04a1899b69a4f95e626408497f230 (diff) | |
download | external_libsamsung-ipc-67bb78c3e7d0991d1f1bbd7fccf2f9986cb34c7c.zip external_libsamsung-ipc-67bb78c3e7d0991d1f1bbd7fccf2f9986cb34c7c.tar.gz external_libsamsung-ipc-67bb78c3e7d0991d1f1bbd7fccf2f9986cb34c7c.tar.bz2 |
Function to check if GPRS activation/deactivation functions are available
Signed-off-by: PaulK <contact@paulk.fr>
Diffstat (limited to 'include')
-rw-r--r-- | include/radio.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/radio.h b/include/radio.h index 12b7aa0..7a18096 100644 --- a/include/radio.h +++ b/include/radio.h @@ -79,6 +79,7 @@ int ipc_client_open(struct ipc_client *client); int ipc_client_close(struct ipc_client *client); int ipc_client_power_on(struct ipc_client *client); int ipc_client_power_off(struct ipc_client *client); +int ipc_client_gprs_handlers_available(struct ipc_client *client); int ipc_client_gprs_activate(struct ipc_client *client); int ipc_client_gprs_deactivate(struct ipc_client *client); int ipc_client_gprs_get_iface(struct ipc_client *client, char **iface); |