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/modem.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/modem.c') diff --git a/src/modem.c b/src/modem.c index 953d6c31..981aabc2 100644 --- a/src/modem.c +++ b/src/modem.c @@ -1560,12 +1560,12 @@ static void sim_watch(struct ofono_atom *atom, modem, NULL); } -void __ofono_modemwatch_init() +void __ofono_modemwatch_init(void) { g_modemwatches = __ofono_watchlist_new(g_free); } -void __ofono_modemwatch_cleanup() +void __ofono_modemwatch_cleanup(void) { __ofono_watchlist_free(g_modemwatches); } @@ -1850,7 +1850,7 @@ void ofono_modem_driver_unregister(const struct ofono_modem_driver *d) } } -void __ofono_modem_shutdown() +void __ofono_modem_shutdown(void) { struct ofono_modem *modem; GSList *l; -- cgit v1.2.3