summaryrefslogtreecommitdiffstats
path: root/plugins/push-notification.c
diff options
context:
space:
mode:
authorJeevaka Badrappan <jeevaka.badrappan@elektrobit.com>2011-01-12 12:52:16 +0200
committerMarcel Holtmann <marcel@holtmann.org>2011-01-12 08:06:58 -0800
commit04a8d58515e2b06b9cce3d431dc697a7286a645e (patch)
tree0830f00aa428ed8911bbc8dc9c9369d7a7a36fcb /plugins/push-notification.c
parentb97676acc3ea413bec73d67586d2da07bd09376b (diff)
downloadofono-04a8d58515e2b06b9cce3d431dc697a7286a645e.tar.bz2
plugins: M15 coding style fix
Diffstat (limited to 'plugins/push-notification.c')
-rw-r--r--plugins/push-notification.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/push-notification.c b/plugins/push-notification.c
index d910f709..218bf8c3 100644
--- a/plugins/push-notification.c
+++ b/plugins/push-notification.c
@@ -224,7 +224,7 @@ static void call_modemwatch(struct ofono_modem *modem, void *user)
modem_watch(modem, TRUE, user);
}
-static int push_notification_init()
+static int push_notification_init(void)
{
DBG("");
@@ -235,7 +235,7 @@ static int push_notification_init()
return 0;
}
-static void push_notification_exit()
+static void push_notification_exit(void)
{
DBG("");