aboutsummaryrefslogtreecommitdiffstats
path: root/include/call.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/call.h')
-rw-r--r--include/call.h12
1 files changed, 8 insertions, 4 deletions
diff --git a/include/call.h b/include/call.h
index 8e981ea..9cad5fc 100644
--- a/include/call.h
+++ b/include/call.h
@@ -126,11 +126,15 @@ struct ipc_call_cont_dtmf {
* Helpers
*/
-void ipc_call_outgoing_setup(struct ipc_call_outgoing *message, unsigned char type, unsigned char identity, unsigned char prefix, char *number);
+void ipc_call_outgoing_setup(struct ipc_call_outgoing *message, unsigned char type,
+ unsigned char identity, unsigned char prefix, char *number);
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);
+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