From 35a43b8367bf6b25387d3cf73534d81937bd7b02 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Wed, 29 Jul 2009 12:59:39 -0500 Subject: Rename internal ofono history funcs to __ofono --- src/voicecall.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/voicecall.c') diff --git a/src/voicecall.c b/src/voicecall.c index f5a969c6..07b254f1 100644 --- a/src/voicecall.c +++ b/src/voicecall.c @@ -1248,9 +1248,9 @@ void ofono_voicecall_disconnected(struct ofono_modem *modem, int id, voicecall_set_call_status(modem, call, CALL_STATUS_DISCONNECTED); if (prev_status == CALL_STATUS_INCOMING) - ofono_history_call_missed(modem, call->call, ts); + __ofono_history_call_missed(modem, call->call, ts); else - ofono_history_call_ended(modem, call->call, + __ofono_history_call_ended(modem, call->call, call->detect_time, ts); voicecall_dbus_unregister(modem, call); -- cgit v1.2.3