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/history.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/history.c') diff --git a/src/history.c b/src/history.c index 1720cf90..4f1284b3 100644 --- a/src/history.c +++ b/src/history.c @@ -59,7 +59,7 @@ static struct ofono_history_context *history_context_create( return context; } -void ofono_history_probe_drivers(struct ofono_modem *modem) +void __ofono_history_probe_drivers(struct ofono_modem *modem) { GSList *l; struct ofono_history_context *context; @@ -78,7 +78,7 @@ void ofono_history_probe_drivers(struct ofono_modem *modem) } } -void ofono_history_remove_drivers(struct ofono_modem *modem) +void __ofono_history_remove_drivers(struct ofono_modem *modem) { GSList *l; struct ofono_history_context *context; @@ -96,7 +96,7 @@ void ofono_history_remove_drivers(struct ofono_modem *modem) modem->history_contexts = NULL; } -void ofono_history_call_ended(struct ofono_modem *modem, +void __ofono_history_call_ended(struct ofono_modem *modem, const struct ofono_call *call, time_t start, time_t end) { @@ -111,7 +111,7 @@ void ofono_history_call_ended(struct ofono_modem *modem, } } -void ofono_history_call_missed(struct ofono_modem *modem, +void __ofono_history_call_missed(struct ofono_modem *modem, const struct ofono_call *call, time_t when) { struct ofono_history_context *context; -- cgit v1.2.3