summaryrefslogtreecommitdiffstats
path: root/src/ofono.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ofono.h')
-rw-r--r--src/ofono.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/ofono.h b/src/ofono.h
index 0a7d32a8..99cbd607 100644
--- a/src/ofono.h
+++ b/src/ofono.h
@@ -26,6 +26,8 @@
int __ofono_manager_init();
void __ofono_manager_cleanup();
+GSList *ofono_manager_get_modems();
+
#include <ofono/log.h>
int __ofono_log_init(gboolean detach, gboolean debug);
@@ -37,3 +39,15 @@ void __ofono_toggle_debug(void);
int __ofono_plugin_init(const char *pattern, const char *exclude);
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_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,
+ const struct ofono_call *call, time_t when);