From 480f7dffd9af76ef992c39514c407eee1e8d9f34 Mon Sep 17 00:00:00 2001 From: Jeevaka Badrappan Date: Wed, 12 Jan 2011 12:52:04 +0200 Subject: core: M15 coding style fix --- src/ofono.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/ofono.h') diff --git a/src/ofono.h b/src/ofono.h index cab70cdc..77567c2d 100644 --- a/src/ofono.h +++ b/src/ofono.h @@ -25,12 +25,12 @@ #include -void __ofono_exit(); +void __ofono_exit(void); -int __ofono_manager_init(); -void __ofono_manager_cleanup(); +int __ofono_manager_init(void); +void __ofono_manager_cleanup(void); -void __ofono_modem_shutdown(); +void __ofono_modem_shutdown(void); #include @@ -174,8 +174,8 @@ void __ofono_atom_free(struct ofono_atom *atom); typedef void (*ofono_modemwatch_cb_t)(struct ofono_modem *modem, gboolean added, void *data); -void __ofono_modemwatch_init(); -void __ofono_modemwatch_cleanup(); +void __ofono_modemwatch_init(void); +void __ofono_modemwatch_cleanup(void); unsigned int __ofono_modemwatch_add(ofono_modemwatch_cb_t cb, void *user, ofono_destroy_func destroy); gboolean __ofono_modemwatch_remove(unsigned int id); -- cgit v1.2.3