Add initial support for Network interface
[connman] / src / connman.h
index 44ff954..45cb191 100644 (file)
@@ -85,6 +85,7 @@ void __connman_driver_rescan(struct connman_driver *driver);
 
 int __connman_element_init(DBusConnection *conn, const char *device);
 void __connman_element_start(void);
+void __connman_element_stop(void);
 void __connman_element_cleanup(void);
 
 void __connman_element_list(struct connman_element *element,
@@ -110,6 +111,9 @@ static inline void __connman_element_unlock(struct connman_element *element)
 {
 }
 
+int __connman_detect_init(void);
+void __connman_detect_cleanup(void);
+
 #include <connman/device.h>
 
 int __connman_device_init(void);
@@ -120,6 +124,9 @@ void __connman_device_cleanup(void);
 int __connman_network_init(void);
 void __connman_network_cleanup(void);
 
+void __connman_network_set_device(struct connman_network *network,
+                                       struct connman_device *device);
+
 #include <connman/rtnl.h>
 
 int __connman_rtnl_init(void);