diff options
author | Paul Kocialkowski <contact@paulk.fr> | 2014-08-02 14:29:43 +0200 |
---|---|---|
committer | Paul Kocialkowski <contact@paulk.fr> | 2014-08-02 15:13:29 +0200 |
commit | 5bd35c74cbe3aed1dc8010f42c593e3b2f0add99 (patch) | |
tree | 90f180b8d6b89b3b01e0ee0dffbed7885d2af789 /include | |
parent | bb5f109e0d256a54dfda990478f8586e50c7a270 (diff) | |
download | external_libsamsung-ipc-5bd35c74cbe3aed1dc8010f42c593e3b2f0add99.zip external_libsamsung-ipc-5bd35c74cbe3aed1dc8010f42c593e3b2f0add99.tar.gz external_libsamsung-ipc-5bd35c74cbe3aed1dc8010f42c593e3b2f0add99.tar.bz2 |
call: Size function for helpers that return data with non-explicit size
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
Diffstat (limited to 'include')
-rw-r--r-- | include/call.h | 2 |
1 files changed, 2 insertions, 0 deletions
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); |