diff --git a/drivers/huaweimodem/voicecall.c b/drivers/huaweimodem/voicecall.c index f411bc48..b4174380 100644 --- a/drivers/huaweimodem/voicecall.c +++ b/drivers/huaweimodem/voicecall.c @@ -170,6 +170,7 @@ static void huawei_release_specific(struct ofono_voicecall *vc, int id, snprintf(buf, sizeof(buf), "AT+CHLD=1%d", id); huawei_template(vc, buf, cb, data); } + static void cring_notify(GAtResult *result, gpointer user_data) { struct ofono_voicecall *vc = user_data;