diff options
Diffstat (limited to 'include/voicecall.h')
-rw-r--r-- | include/voicecall.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/voicecall.h b/include/voicecall.h index b19a0fd5..ac893135 100644 --- a/include/voicecall.h +++ b/include/voicecall.h @@ -48,7 +48,7 @@ struct ofono_voicecall_driver { const char *name; int (*probe)(struct ofono_voicecall *vc, unsigned int vendor, void *data); - int (*remove)(struct ofono_voicecall *vc); + void (*remove)(struct ofono_voicecall *vc); void (*dial)(struct ofono_voicecall *vc, const struct ofono_phone_number *number, enum ofono_clir_option clir, enum ofono_cug_option cug, |