sms: Constify submit method

This commit is contained in:
Denis Kenzior 2012-06-16 08:03:41 -05:00
parent f3269fbc82
commit 542e8501b8
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ struct ofono_sms_driver {
void (*sca_set)(struct ofono_sms *sms,
const struct ofono_phone_number *sca,
ofono_sms_sca_set_cb_t cb, void *data);
void (*submit)(struct ofono_sms *sms, unsigned char *pdu,
void (*submit)(struct ofono_sms *sms, const unsigned char *pdu,
int pdu_len, int tpdu_len, int mms,
ofono_sms_submit_cb_t cb, void *data);
void (*bearer_query)(struct ofono_sms *sms,