From 9caa606bcc350389d31ac51b7728729aa52603ed Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Tue, 1 Sep 2009 22:27:08 -0500 Subject: Make remove functions not return anything --- include/call-settings.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/call-settings.h') diff --git a/include/call-settings.h b/include/call-settings.h index 01e6d864..1fd3feb1 100644 --- a/include/call-settings.h +++ b/include/call-settings.h @@ -43,7 +43,7 @@ struct ofono_call_settings_driver { const char *name; int (*probe)(struct ofono_call_settings *cs, unsigned int vendor, void *data); - int (*remove)(struct ofono_call_settings *cs); + void (*remove)(struct ofono_call_settings *cs); void (*clip_query)(struct ofono_call_settings *cs, ofono_call_settings_status_cb_t cb, void *data); void (*colp_query)(struct ofono_call_settings *cs, -- cgit v1.2.3