diff options
author | Paul Kocialkowski <contact@paulk.fr> | 2012-11-01 19:13:02 +0100 |
---|---|---|
committer | Paul Kocialkowski <contact@paulk.fr> | 2012-11-01 19:14:27 +0100 |
commit | f722771a3837793c397d1db5075b8e8bd2906fed (patch) | |
tree | 3af17bae24b429dfb603c937cef85b29d6955f2c /include/sms.h | |
parent | 3b804a8dc0352281b95b2506b0e35114a37fe843 (diff) | |
download | external_libsamsung-ipc-f722771a3837793c397d1db5075b8e8bd2906fed.zip external_libsamsung-ipc-f722771a3837793c397d1db5075b8e8bd2906fed.tar.gz external_libsamsung-ipc-f722771a3837793c397d1db5075b8e8bd2906fed.tar.bz2 |
SMS: Renamed structures according to messages names, build sms.c
Change-Id: I9e8d01ca8b0eb23d9ca2a2034c5bb9594f151e92
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
Diffstat (limited to 'include/sms.h')
-rw-r--r-- | include/sms.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sms.h b/include/sms.h index 24177f2..9dca3e6 100644 --- a/include/sms.h +++ b/include/sms.h @@ -52,7 +52,7 @@ #define IPC_SMS_TYPE_STATUS_REPORT 2 #define IPC_SMS_TYPE_OUTGOING 2 -unsigned char* ipc_sms_send_msg_pack(struct ipc_sms_send_msg *msg, char *smsc, unsigned char *pdu, int length); +unsigned char* ipc_sms_send_msg_pack(struct ipc_sms_send_msg_request *msg, char *smsc, unsigned char *pdu, int length); #endif |