aboutsummaryrefslogtreecommitdiffstats
path: root/samsung-ipc/misc.c
diff options
context:
space:
mode:
authorPaulK <contact@paulk.fr>2011-10-27 22:16:51 +0200
committerJoerie de Gram <j.de.gram@gmail.com>2011-10-28 13:53:28 +0200
commit17e2ec0bbe363a24a3d9a6f4b0128a152f6db31a (patch)
treea5cc26da0ec298903645685c195335aa93243fb0 /samsung-ipc/misc.c
parent5118f7748a7a93d09a4721018b8fc68b98faa9e1 (diff)
downloadexternal_libsamsung-ipc-17e2ec0bbe363a24a3d9a6f4b0128a152f6db31a.zip
external_libsamsung-ipc-17e2ec0bbe363a24a3d9a6f4b0128a152f6db31a.tar.gz
external_libsamsung-ipc-17e2ec0bbe363a24a3d9a6f4b0128a152f6db31a.tar.bz2
Corrected Android.mk, crespo_ipc file, some headers and helpers.
Diffstat (limited to 'samsung-ipc/misc.c')
-rw-r--r--samsung-ipc/misc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/samsung-ipc/misc.c b/samsung-ipc/misc.c
index 609d7b8..c4f27ee 100644
--- a/samsung-ipc/misc.c
+++ b/samsung-ipc/misc.c
@@ -23,7 +23,7 @@
#define DEFAULT_IMSI_LENGTH 15
-char* ipc_misc_me_imsi_response_get_imsi(struct ipc_response *response)
+char* ipc_misc_me_imsi_response_get_imsi(struct ipc_message_info *response)
{
if (response == NULL || response->data[0] != DEFAULT_IMSI_LENGTH)
return NULL;