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-barring.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/call-barring.h') diff --git a/include/call-barring.h b/include/call-barring.h index e767d02c..31551c6c 100644 --- a/include/call-barring.h +++ b/include/call-barring.h @@ -39,7 +39,7 @@ struct ofono_call_barring_driver { const char *name; int (*probe)(struct ofono_call_barring *cb, unsigned int vendor, void *data); - int (*remove)(struct ofono_call_barring *cb); + void (*remove)(struct ofono_call_barring *cb); void (*set)(struct ofono_call_barring *barr, const char *lock, int enable, const char *passwd, int cls, ofono_call_barring_set_cb_t cb, void *data); -- cgit v1.2.3