summaryrefslogtreecommitdiffstats
path: root/include/call-forwarding.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/call-forwarding.h')
-rw-r--r--include/call-forwarding.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/call-forwarding.h b/include/call-forwarding.h
index 05aa39d4..2a8a5fd9 100644
--- a/include/call-forwarding.h
+++ b/include/call-forwarding.h
@@ -49,7 +49,7 @@ struct ofono_call_forwarding_driver {
const char *name;
int (*probe)(struct ofono_call_forwarding *cf, unsigned int vendor,
void *data);
- int (*remove)(struct ofono_call_forwarding *cf);
+ void (*remove)(struct ofono_call_forwarding *cf);
void (*activation)(struct ofono_call_forwarding *cf,
int type, int cls,
ofono_call_forwarding_set_cb_t cb, void *data);