diff options
Diffstat (limited to 'src')
-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 50ff735b..9cf3c01c 100644 --- a/src/driver.h +++ b/src/driver.h @@ -418,7 +418,7 @@ void ofono_sms_status_notify(struct ofono_modem *modem, unsigned char *pdu, int len, int tpdu_len); struct ofono_phonebook_ops { - void (*export_entries)(struct ofono_modem *modem, char *storage, + void (*export_entries)(struct ofono_modem *modem, const char *storage, ofono_phonebook_export_entries_t cb, void *data); }; |