aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSimon Busch <morphis@gravedo.de>2012-03-02 19:12:22 +0100
committerSimon Busch <morphis@gravedo.de>2012-03-02 19:12:22 +0100
commitbcdc98b0c964a92cb3fc956e9f84a78b5f08f00e (patch)
treeb111084da73bafb2fd614877c95d058bb2e39f23 /include
parentf0fc5d0a6fffe08a9f880b82f09cbd5a4e47bf9d (diff)
downloadexternal_libsamsung-ipc-bcdc98b0c964a92cb3fc956e9f84a78b5f08f00e.zip
external_libsamsung-ipc-bcdc98b0c964a92cb3fc956e9f84a78b5f08f00e.tar.gz
external_libsamsung-ipc-bcdc98b0c964a92cb3fc956e9f84a78b5f08f00e.tar.bz2
call: add pack method for dtmf burst send message
Diffstat (limited to 'include')
-rw-r--r--include/call.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/call.h b/include/call.h
index e9377e8..8536b28 100644
--- a/include/call.h
+++ b/include/call.h
@@ -83,6 +83,7 @@ void ipc_call_outgoing_setup(struct ipc_call_outgoing *message, unsigned char ty
unsigned int ipc_call_list_response_get_num_entries(struct ipc_message_info *response);
struct ipc_call_list_entry* ipc_call_list_response_get_entry(struct ipc_message_info *response, unsigned int num);
char* ipc_call_list_response_get_entry_number(struct ipc_message_info *response, unsigned int num);
+unsigned char* ipc_call_cont_dtmf_burst_pack(struct ipc_call_cont_dtmf *message, unsigned char *burst, int burst_len);
#endif