Add support for reading RFKILL events
[connman] / src / connman.h
index 98014b8..86f1793 100644 (file)
@@ -93,6 +93,9 @@ enum connman_ipv4_method __connman_ipv4_string2method(const char *method);
 
 #include <connman/rfkill.h>
 
+int __connman_rfkill_init(void);
+void __connman_rfkill_cleanup(void);
+
 #include <connman/ipconfig.h>
 
 #include <connman/resolver.h>