diff options
author | Paul Kocialkowski <contact@paulk.fr> | 2013-06-25 22:29:03 +0200 |
---|---|---|
committer | Paul Kocialkowski <contact@paulk.fr> | 2013-06-25 22:29:03 +0200 |
commit | 30ba6fd8cd5cf14ebdcd1738bb8972149f764054 (patch) | |
tree | f5d0a133b43c59470629deaaa9efef7729f73e11 /include/call.h | |
parent | c9dfae7a17ea4e5a2e114df331942f70d48bfe5b (diff) | |
download | external_libsamsung-ipc-30ba6fd8cd5cf14ebdcd1738bb8972149f764054.zip external_libsamsung-ipc-30ba6fd8cd5cf14ebdcd1738bb8972149f764054.tar.gz external_libsamsung-ipc-30ba6fd8cd5cf14ebdcd1738bb8972149f764054.tar.bz2 |
Add newline and indentation on long functions names
Change-Id: Ie393301a04523816e7aa674e57a4c3a2eb93247e
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
Diffstat (limited to 'include/call.h')
-rw-r--r-- | include/call.h | 12 |
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 |