summaryrefslogtreecommitdiff
path: root/src/connman.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2009-05-20 15:17:40 -0700
committerMarcel Holtmann <marcel@holtmann.org>2009-05-20 15:17:40 -0700
commit7aabc6d00645abd107d0571ca121cfdbbc043e4b (patch)
tree8fa0ea13b58443dfd1141d5fe71c1cb06ae36272 /src/connman.h
parentcbd27635e12481b9f3eef2167ec62d111fdb4b70 (diff)
downloadconnman-7aabc6d00645abd107d0571ca121cfdbbc043e4b.tar.gz
connman-7aabc6d00645abd107d0571ca121cfdbbc043e4b.tar.bz2
connman-7aabc6d00645abd107d0571ca121cfdbbc043e4b.zip
Add option for selecting WiFi/Supplicant driver from command line
Diffstat (limited to 'src/connman.h')
-rw-r--r--src/connman.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/connman.h b/src/connman.h
index 5f1b1bd4..b2522a17 100644
--- a/src/connman.h
+++ b/src/connman.h
@@ -72,6 +72,8 @@ void __connman_log_cleanup(void);
void __connman_toggle_debug(void);
gboolean __connman_debug_enabled(void);
+#include <connman/option.h>
+
#include <connman/plugin.h>
int __connman_plugin_init(const char *pattern, const char *exclude);