aboutsummaryrefslogtreecommitdiffstats
path: root/samsung-ipc/ipc_private.h
diff options
context:
space:
mode:
authorPaul Kocialkowski <contact@paulk.fr>2012-07-08 17:09:13 +0200
committerPaul Kocialkowski <contact@paulk.fr>2012-07-08 17:09:13 +0200
commita72e2497ae5987c8ec3e8851f4d7be2f3c2eb82d (patch)
tree8edd10d1967fe03ed61f6f69d9973f3035932017 /samsung-ipc/ipc_private.h
parentdadca553b13324a599c98ca2da98aad25e47d1d5 (diff)
downloadexternal_libsamsung-ipc-a72e2497ae5987c8ec3e8851f4d7be2f3c2eb82d.zip
external_libsamsung-ipc-a72e2497ae5987c8ec3e8851f4d7be2f3c2eb82d.tar.gz
external_libsamsung-ipc-a72e2497ae5987c8ec3e8851f4d7be2f3c2eb82d.tar.bz2
GPRS: Get interface name given the connection ID (cid)
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
Diffstat (limited to 'samsung-ipc/ipc_private.h')
-rw-r--r--samsung-ipc/ipc_private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/samsung-ipc/ipc_private.h b/samsung-ipc/ipc_private.h
index 6db8df3..d97cbd0 100644
--- a/samsung-ipc/ipc_private.h
+++ b/samsung-ipc/ipc_private.h
@@ -62,7 +62,7 @@ struct ipc_handlers {
};
struct ipc_gprs_specs {
- int (*gprs_get_iface)(char **iface);
+ int (*gprs_get_iface)(char **iface, int cid);
int (*gprs_get_capabilities)(struct ipc_client_gprs_capabilities *cap);
};