summaryrefslogtreecommitdiffstats
path: root/drivers/ifxmodem/voicecall.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/ifxmodem/voicecall.c')
-rw-r--r--drivers/ifxmodem/voicecall.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/ifxmodem/voicecall.c b/drivers/ifxmodem/voicecall.c
index d43e6f91..f6736247 100644
--- a/drivers/ifxmodem/voicecall.c
+++ b/drivers/ifxmodem/voicecall.c
@@ -771,12 +771,12 @@ static struct ofono_voicecall_driver driver = {
.send_tones = ifx_send_dtmf
};
-void ifx_voicecall_init()
+void ifx_voicecall_init(void)
{
ofono_voicecall_driver_register(&driver);
}
-void ifx_voicecall_exit()
+void ifx_voicecall_exit(void)
{
ofono_voicecall_driver_unregister(&driver);
}