From 7362e6a8024b37c2c269f499d6d9d9a320f45484 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Sat, 16 Jun 2012 08:04:01 -0500 Subject: [PATCH] cdma-sms: Update to the new API declaration --- src/cdma-sms.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;