diff options
Diffstat (limited to 'src/driver.h')
-rw-r--r-- | src/driver.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/driver.h b/src/driver.h index f324c1c3..8078b130 100644 --- a/src/driver.h +++ b/src/driver.h @@ -405,7 +405,7 @@ struct ofono_sms_ops { const struct ofono_phone_number *sca, ofono_generic_cb_t cb, void *data); void (*submit)(struct ofono_modem *modem, unsigned char *pdu, - int pdu_len, int tpdu_len, gboolean mms, + int pdu_len, int tpdu_len, int mms, ofono_sms_submit_cb_t cb, void *data); }; |