summaryrefslogtreecommitdiffstats
path: root/src/ofono.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ofono.h')
-rw-r--r--src/ofono.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ofono.h b/src/ofono.h
index 03b4eeb1..aca0f02f 100644
--- a/src/ofono.h
+++ b/src/ofono.h
@@ -27,3 +27,8 @@
int __ofono_log_init(void);
void __ofono_log_cleanup(void);
+
+#include <ofono/plugin.h>
+
+int __ofono_plugin_init(const char *pattern, const char *exclude);
+void __ofono_plugin_cleanup(void);