summaryrefslogtreecommitdiffstats
path: root/include/call-settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/call-settings.h')
-rw-r--r--include/call-settings.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/call-settings.h b/include/call-settings.h
index 84461c32..5aca0c43 100644
--- a/include/call-settings.h
+++ b/include/call-settings.h
@@ -41,7 +41,7 @@ typedef void (*ofono_call_settings_clir_cb_t)(const struct ofono_error *error,
struct ofono_call_settings_driver {
const char *name;
- int (*probe)(struct ofono_call_settings *cs);
+ int (*probe)(struct ofono_call_settings *cs, int vendor, void *data);
int (*remove)(struct ofono_call_settings *cs);
void (*clip_query)(struct ofono_call_settings *cs,
ofono_call_settings_status_cb_t cb, void *data);
@@ -63,6 +63,7 @@ int ofono_call_settings_driver_register(const struct ofono_call_settings_driver
void ofono_call_settings_driver_unregister(const struct ofono_call_settings_driver *d);
struct ofono_call_settings *ofono_call_settings_create(struct ofono_modem *modem,
+ int vendor,
const char *driver,
void *data);