From 30ba6fd8cd5cf14ebdcd1738bb8972149f764054 Mon Sep 17 00:00:00 2001 From: Paul Kocialkowski Date: Tue, 25 Jun 2013 22:29:03 +0200 Subject: Add newline and indentation on long functions names Change-Id: Ie393301a04523816e7aa674e57a4c3a2eb93247e Signed-off-by: Paul Kocialkowski --- include/call.h | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'include/call.h') 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 -- cgit v1.1