summaryrefslogtreecommitdiffstats
path: root/include/phonebook.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/phonebook.h')
-rw-r--r--include/phonebook.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/phonebook.h b/include/phonebook.h
index 73f2bb9a..72134e0b 100644
--- a/include/phonebook.h
+++ b/include/phonebook.h
@@ -40,7 +40,7 @@ struct ofono_phonebook_driver {
const char *name;
int (*probe)(struct ofono_phonebook *pb, unsigned int vendor,
void *data);
- int (*remove)(struct ofono_phonebook *pb);
+ void (*remove)(struct ofono_phonebook *pb);
void (*export_entries)(struct ofono_phonebook *pb, const char *storage,
ofono_phonebook_cb_t cb, void *data);
};