From 5bd35c74cbe3aed1dc8010f42c593e3b2f0add99 Mon Sep 17 00:00:00 2001 From: Paul Kocialkowski Date: Sat, 2 Aug 2014 14:29:43 +0200 Subject: call: Size function for helpers that return data with non-explicit size Signed-off-by: Paul Kocialkowski --- include/call.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/call.h b/include/call.h index e3f2dc7..4f5d152 100644 --- a/include/call.h +++ b/include/call.h @@ -148,6 +148,8 @@ unsigned char ipc_call_list_count_extract(const void *data, size_t size); struct ipc_call_list_entry *ipc_call_list_entry_extract(const void *data, size_t size, unsigned int index); char *ipc_call_list_entry_number_extract(const struct ipc_call_list_entry *entry); +size_t ipc_call_burst_dtmf_size_setup(const struct ipc_call_burst_dtmf_request_entry *entries, + unsigned char count); void *ipc_call_burst_dtmf_setup(const struct ipc_call_burst_dtmf_request_entry *entries, unsigned char count); -- cgit v1.1