summaryrefslogtreecommitdiffstats
path: root/drivers/calypsomodem/voicecall.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/calypsomodem/voicecall.c')
-rw-r--r--drivers/calypsomodem/voicecall.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/calypsomodem/voicecall.c b/drivers/calypsomodem/voicecall.c
index 0e6a3889..f87e480f 100644
--- a/drivers/calypsomodem/voicecall.c
+++ b/drivers/calypsomodem/voicecall.c
@@ -434,12 +434,12 @@ static struct ofono_voicecall_driver driver = {
.send_tones = calypso_send_dtmf
};
-void calypso_voicecall_init()
+void calypso_voicecall_init(void)
{
ofono_voicecall_driver_register(&driver);
}
-void calypso_voicecall_exit()
+void calypso_voicecall_exit(void)
{
ofono_voicecall_driver_unregister(&driver);
}