summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2012-06-16 08:03:41 -0500
committerDenis Kenzior <denkenz@gmail.com>2012-06-16 09:50:05 -0500
commit542e8501b804344b2286cb16bea0ae5214d7dd8f (patch)
treea09b4ec107891f3737e69f46edcac5faf95ae5c7 /include
parentf3269fbc82b0163bebbb6deb775b4d2b2832c1c3 (diff)
downloadofono-542e8501b804344b2286cb16bea0ae5214d7dd8f.tar.bz2
sms: Constify submit method
Diffstat (limited to 'include')
-rw-r--r--include/sms.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sms.h b/include/sms.h
index ce7fe133..e9260561 100644
--- a/include/sms.h
+++ b/include/sms.h
@@ -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,