summaryrefslogtreecommitdiffstats
path: root/include/cdma-voicecall.h
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2010-12-22 18:57:24 -0600
committerDenis Kenzior <denkenz@gmail.com>2010-12-22 18:57:24 -0600
commit327f452fdf5497bca7958f91874445c6ada37b13 (patch)
tree2ff3596c0690bf434b80ef81bc308831ec4f6c86 /include/cdma-voicecall.h
parent817fe42457f7dc1fd9fb68c7c55cdc67fc28b39c (diff)
downloadofono-327f452fdf5497bca7958f91874445c6ada37b13.tar.bz2
cdma-voicecall: Minor style fixes
Diffstat (limited to 'include/cdma-voicecall.h')
-rw-r--r--include/cdma-voicecall.h22
1 files changed, 9 insertions, 13 deletions
diff --git a/include/cdma-voicecall.h b/include/cdma-voicecall.h
index 6cd09840..9e741da3 100644
--- a/include/cdma-voicecall.h
+++ b/include/cdma-voicecall.h
@@ -39,7 +39,7 @@ enum cdma_call_status {
};
typedef void (*ofono_cdma_voicecall_cb_t)(const struct ofono_error *error,
- void *data);
+ void *data);
/* Voice call related functionality, including AT+CDV, AT+CHV */
struct ofono_cdma_voicecall_driver {
@@ -57,10 +57,9 @@ struct ofono_cdma_voicecall_driver {
ofono_cdma_voicecall_cb_t cb, void *data);
};
-void ofono_cdma_voicecall_disconnected(
- struct ofono_cdma_voicecall *vc,
- enum ofono_disconnect_reason reason,
- const struct ofono_error *error);
+void ofono_cdma_voicecall_disconnected(struct ofono_cdma_voicecall *vc,
+ enum ofono_disconnect_reason reason,
+ const struct ofono_error *error);
int ofono_cdma_voicecall_driver_register(
const struct ofono_cdma_voicecall_driver *d);
@@ -72,15 +71,12 @@ struct ofono_cdma_voicecall *ofono_cdma_voicecall_create(
unsigned int vendor,
const char *driver, void *data);
-void ofono_cdma_voicecall_register(
- struct ofono_cdma_voicecall *vc);
-void ofono_cdma_voicecall_remove(
- struct ofono_cdma_voicecall *vc);
+void ofono_cdma_voicecall_register(struct ofono_cdma_voicecall *vc);
+void ofono_cdma_voicecall_remove(struct ofono_cdma_voicecall *vc);
-void ofono_cdma_voicecall_set_data(
- struct ofono_cdma_voicecall *vc, void *data);
-void *ofono_cdma_voicecall_get_data(
- struct ofono_cdma_voicecall *vc);
+void ofono_cdma_voicecall_set_data(struct ofono_cdma_voicecall *vc,
+ void *data);
+void *ofono_cdma_voicecall_get_data(struct ofono_cdma_voicecall *vc);
#ifdef __cplusplus
}