summaryrefslogtreecommitdiffstats
path: root/src/ofono.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ofono.h')
-rw-r--r--src/ofono.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ofono.h b/src/ofono.h
index 266ed880..b05320e9 100644
--- a/src/ofono.h
+++ b/src/ofono.h
@@ -23,10 +23,13 @@
#define OFONO_API_SUBJECT_TO_CHANGE
+void __ofono_exit();
+
int __ofono_manager_init();
void __ofono_manager_cleanup();
const char **__ofono_modem_get_list();
+void __ofono_modem_shutdown();
#include <ofono/log.h>