diff options
author | Denis Kenzior <denkenz@gmail.com> | 2009-07-29 12:59:39 -0500 |
---|---|---|
committer | Denis Kenzior <denkenz@gmail.com> | 2009-07-29 16:44:16 -0500 |
commit | 35a43b8367bf6b25387d3cf73534d81937bd7b02 (patch) | |
tree | 8fa566deeade0514a698e2080266bf5597807d7f /src/voicecall.c | |
parent | 89af1fcabedb595789c17062abc67314c1c08e07 (diff) | |
download | ofono-35a43b8367bf6b25387d3cf73534d81937bd7b02.tar.bz2 |
Rename internal ofono history funcs to __ofono
Diffstat (limited to 'src/voicecall.c')
-rw-r--r-- | src/voicecall.c | 4 |
1 files changed, 2 insertions, 2 deletions
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); |