aboutsummaryrefslogtreecommitdiffstats
path: root/include/sec.h
diff options
context:
space:
mode:
authorPaul Kocialkowski <contact@paulk.fr>2013-06-25 22:29:03 +0200
committerPaul Kocialkowski <contact@paulk.fr>2013-06-25 22:29:03 +0200
commit30ba6fd8cd5cf14ebdcd1738bb8972149f764054 (patch)
treef5d0a133b43c59470629deaaa9efef7729f73e11 /include/sec.h
parentc9dfae7a17ea4e5a2e114df331942f70d48bfe5b (diff)
downloadhardware_replicant_libsamsung-ipc-30ba6fd8cd5cf14ebdcd1738bb8972149f764054.tar.gz
hardware_replicant_libsamsung-ipc-30ba6fd8cd5cf14ebdcd1738bb8972149f764054.tar.bz2
hardware_replicant_libsamsung-ipc-30ba6fd8cd5cf14ebdcd1738bb8972149f764054.zip
Add newline and indentation on long functions names
Change-Id: Ie393301a04523816e7aa674e57a4c3a2eb93247e Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
Diffstat (limited to 'include/sec.h')
-rw-r--r--include/sec.h12
1 files changed, 8 insertions, 4 deletions
diff --git a/include/sec.h b/include/sec.h
index 9a3667a..aa8693e 100644
--- a/include/sec.h
+++ b/include/sec.h
@@ -185,11 +185,15 @@ struct ipc_sec_sim_icc_type {
* Helpers
*/
-void ipc_sec_pin_status_set_setup(struct ipc_sec_pin_status_set *message, unsigned char pin_type, char *pin1, char *pin2);
-void ipc_sec_lock_info_get_setup(struct ipc_sec_lock_info_get *message, unsigned char pin_type);
-void ipc_sec_phone_lock_set_setup(struct ipc_sec_phone_lock_set *message, int pin_type, int enable, char *passwd);
+void ipc_sec_pin_status_set_setup(struct ipc_sec_pin_status_set *message,
+ unsigned char pin_type, char *pin1, char *pin2);
+void ipc_sec_lock_info_get_setup(struct ipc_sec_lock_info_get *message,
+ unsigned char pin_type);
+void ipc_sec_phone_lock_set_setup(struct ipc_sec_phone_lock_set *message,
+ int pin_type, int enable, char *passwd);
char *ipc_sec_rsim_access_response_get_file_data(struct ipc_message_info *response);
-void ipc_sec_change_locking_pw_set_setup(struct ipc_sec_change_locking_pw_set *message, int type, char *passwd_old, char *passwd_new);
+void ipc_sec_change_locking_pw_set_setup(struct ipc_sec_change_locking_pw_set *message,
+ int type, char *passwd_old, char *passwd_new);
#endif