All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] hfp_ag: Fix empty parameter list in functions
@ 2011-12-29 22:00 Syam Sidhardhan
  2011-12-28 22:24 ` Denis Kenzior
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Syam Sidhardhan @ 2011-12-29 22:00 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 691 bytes --]

---
 plugins/hfp_ag.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/plugins/hfp_ag.c b/plugins/hfp_ag.c
index 4a244d9..c2d1d30 100644
--- a/plugins/hfp_ag.c
+++ b/plugins/hfp_ag.c
@@ -190,7 +190,7 @@ static void call_modemwatch(struct ofono_modem *modem, void *user)
 	modem_watch(modem, TRUE, user);
 }
 
-static int hfp_ag_init()
+static int hfp_ag_init(void)
 {
 	sim_hash = g_hash_table_new(g_direct_hash, g_direct_equal);
 
@@ -200,7 +200,7 @@ static int hfp_ag_init()
 	return 0;
 }
 
-static void hfp_ag_exit()
+static void hfp_ag_exit(void)
 {
 	__ofono_modemwatch_remove(modemwatch_id);
 	g_list_free(modems);
-- 
1.7.4.1


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2011-12-29 22:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-29 22:00 [PATCH 1/2] hfp_ag: Fix empty parameter list in functions Syam Sidhardhan
2011-12-28 22:24 ` Denis Kenzior
2011-12-29 22:00 ` [PATCH 2/3] " Syam Sidhardhan
2011-12-29 22:00 ` [PATCH 2/2] telit: Fix empty parameter list in function Syam Sidhardhan
2011-12-28 22:25   ` Denis Kenzior
2011-12-29 22:00 ` [PATCH 3/3] " Syam Sidhardhan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.