Add definition for service structure
[connman] / src / service.c
index 97a6592..1ca6fb1 100644 (file)
@@ -24,3 +24,9 @@
 #endif
 
 #include "connman.h"
+
+struct connman_service {
+       enum connman_service_type type;
+       enum connman_service_state state;
+       char *path;
+};