aboutsummaryrefslogtreecommitdiffstats
path: root/include/gprs.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/gprs.h
parentc9dfae7a17ea4e5a2e114df331942f70d48bfe5b (diff)
downloadexternal_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/gprs.h')
-rw-r--r--include/gprs.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/gprs.h b/include/gprs.h
index f3f5fc1..e5ce416 100644
--- a/include/gprs.h
+++ b/include/gprs.h
@@ -139,8 +139,10 @@ struct ipc_gprs_port_list {
*/
void ipc_gprs_port_list_setup(struct ipc_gprs_port_list *message);
-void ipc_gprs_pdp_context_setup(struct ipc_gprs_pdp_context_set *message, unsigned char cid, int enable, char *username, char *password);
-void ipc_gprs_define_pdp_context_setup(struct ipc_gprs_define_pdp_context *message, unsigned char cid, int enable, char *apn);
+void ipc_gprs_pdp_context_setup(struct ipc_gprs_pdp_context_set *message,
+ unsigned char cid, int enable, char *username, char *password);
+void ipc_gprs_define_pdp_context_setup(struct ipc_gprs_define_pdp_context *message,
+ unsigned char cid, int enable, char *apn);
#endif