summaryrefslogtreecommitdiffstats
path: root/include/voicecall.h
diff options
context:
space:
mode:
authorJeevaka Badrappan <jeevaka.badrappan@elektrobit.com>2011-04-06 07:26:40 -0700
committerDenis Kenzior <denkenz@gmail.com>2011-04-07 22:18:05 -0500
commita3dcd49711274bb3a1a14e54e106b2126150155d (patch)
treeacfd8c61b6f44b56981bc091f8592efef1ef607a /include/voicecall.h
parentb8b03a2da68e461a039553d954ce99b3601b7b8d (diff)
downloadofono-a3dcd49711274bb3a1a14e54e106b2126150155d.tar.bz2
include: Add ofono_voicecall_en_list_notify api
Diffstat (limited to 'include/voicecall.h')
-rw-r--r--include/voicecall.h3
1 files changed, 3 insertions, 0 deletions
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,