summaryrefslogtreecommitdiffstats
path: root/src/driver.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/driver.h')
-rw-r--r--src/driver.h2
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);
};