Release 0.19
[connman] / include / service.h
index fb7d5e7..652add2 100644 (file)
@@ -73,10 +73,6 @@ extern void connman_service_unref(struct connman_service *service);
 extern int connman_service_set_favorite(struct connman_service *service,
                                                connman_bool_t favorite);
 
-extern struct connman_service *connman_service_lookup(const char *identifier);
-extern struct connman_service *connman_service_get(const char *identifier);
-extern void connman_service_put(struct connman_service *service);
-
 #ifdef __cplusplus
 }
 #endif