cdma-sms: Update to the new API declaration

This commit is contained in:
Denis Kenzior 2012-06-16 08:04:01 -05:00
parent 2f95fd52ee
commit 7362e6a802
1 changed files with 1 additions and 1 deletions

View File

@ -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;