From a3dcd49711274bb3a1a14e54e106b2126150155d Mon Sep 17 00:00:00 2001 From: Jeevaka Badrappan Date: Wed, 6 Apr 2011 07:26:40 -0700 Subject: [PATCH] include: Add ofono_voicecall_en_list_notify api --- include/voicecall.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/voicecall.h b/include/voicecall.h index 6ae06a90..a373c640 100644 --- a/include/voicecall.h +++ b/include/voicecall.h @@ -135,6 +135,9 @@ struct ofono_voicecall_driver { ofono_voicecall_cb_t cb, void *data); }; +void ofono_voicecall_en_list_notify(struct ofono_voicecall *vc, + char **nw_en_list); + void ofono_voicecall_notify(struct ofono_voicecall *vc, const struct ofono_call *call); void ofono_voicecall_disconnected(struct ofono_voicecall *vc, int id,