summaryrefslogtreecommitdiffstats
path: root/src/cdma-sms.c
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2012-06-16 08:04:01 -0500
committerDenis Kenzior <denkenz@gmail.com>2012-06-16 09:50:05 -0500
commit7362e6a8024b37c2c269f499d6d9d9a320f45484 (patch)
tree55c122bf9f22eda1efdb1809f7fe879853b5f071 /src/cdma-sms.c
parent2f95fd52eefc4dec67d77eac5d308598eea5bb50 (diff)
downloadofono-7362e6a8024b37c2c269f499d6d9d9a320f45484.tar.bz2
cdma-sms: Update to the new API declaration
Diffstat (limited to 'src/cdma-sms.c')
-rw-r--r--src/cdma-sms.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cdma-sms.c b/src/cdma-sms.c
index 108455ed..5beb8b0b 100644
--- a/src/cdma-sms.c
+++ b/src/cdma-sms.c
@@ -170,7 +170,7 @@ static void ofono_cdma_sms_process_p2p(struct ofono_cdma_sms *cdma_sms,
}
void ofono_cdma_sms_deliver_notify(struct ofono_cdma_sms *cdma_sms,
- unsigned char *pdu, int tpdu_len)
+ const unsigned char *pdu, int tpdu_len)
{
static struct cdma_sms s;