summaryrefslogtreecommitdiffstats
path: root/src/ofono.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ofono.h')
-rw-r--r--src/ofono.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/ofono.h b/src/ofono.h
index 9197337f..434f7ba0 100644
--- a/src/ofono.h
+++ b/src/ofono.h
@@ -59,12 +59,12 @@ void __ofono_plugin_cleanup(void);
#include <ofono/history.h>
-void ofono_history_probe_drivers(struct ofono_modem *modem);
-void ofono_history_remove_drivers(struct ofono_modem *modem);
+void __ofono_history_probe_drivers(struct ofono_modem *modem);
+void __ofono_history_remove_drivers(struct ofono_modem *modem);
-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);
-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);