summaryrefslogtreecommitdiffstats
path: root/include/voicecall.h
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2009-12-04 16:21:02 -0600
committerDenis Kenzior <denkenz@gmail.com>2009-12-04 16:52:30 -0600
commit0b754835f562585083e61bb7652139f329dc523f (patch)
tree713a69c80cd05fbdd9f02e1551450922a8cae095 /include/voicecall.h
parentc7ac706de15812287f4d55ce7a47f50b57021066 (diff)
downloadofono-0b754835f562585083e61bb7652139f329dc523f.tar.bz2
Add utility to get the next free call id
Diffstat (limited to 'include/voicecall.h')
-rw-r--r--include/voicecall.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/voicecall.h b/include/voicecall.h
index b8ac45c2..e3ac67bb 100644
--- a/include/voicecall.h
+++ b/include/voicecall.h
@@ -112,6 +112,7 @@ void ofono_voicecall_remove(struct ofono_voicecall *vc);
void ofono_voicecall_set_data(struct ofono_voicecall *vc, void *data);
void *ofono_voicecall_get_data(struct ofono_voicecall *vc);
+int ofono_voicecall_get_next_callid(struct ofono_voicecall *vc);
#ifdef __cplusplus
}