summaryrefslogtreecommitdiffstats
path: root/include/voicecall.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/voicecall.h')
-rw-r--r--include/voicecall.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/voicecall.h b/include/voicecall.h
index 6ceb3d80..998c02da 100644
--- a/include/voicecall.h
+++ b/include/voicecall.h
@@ -67,7 +67,7 @@ struct ofono_voicecall_driver {
ofono_voicecall_cb_t cb, void *data);
void (*answer)(struct ofono_voicecall *vc,
ofono_voicecall_cb_t cb, void *data);
- void (*hangup)(struct ofono_voicecall *vc,
+ void (*hangup_active)(struct ofono_voicecall *vc,
ofono_voicecall_cb_t cb, void *data);
void (*hold_all_active)(struct ofono_voicecall *vc,
ofono_voicecall_cb_t cb, void *data);