From 287c19dc6093d7b55f52741e1af90a742249a534 Mon Sep 17 00:00:00 2001 From: Tomasz Bursztyka Date: Mon, 15 Oct 2012 15:35:20 +0300 Subject: device: Add a getter for powered property --- include/device.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/device.h') diff --git a/include/device.h b/include/device.h index 5339e98b..470059b1 100644 --- a/include/device.h +++ b/include/device.h @@ -80,6 +80,7 @@ const char *connman_device_get_ident(struct connman_device *device); int connman_device_set_powered(struct connman_device *device, connman_bool_t powered); +connman_bool_t connman_device_get_powered(struct connman_device *device); int connman_device_set_scanning(struct connman_device *device, connman_bool_t scanning); connman_bool_t connman_device_get_scanning(struct connman_device *device); -- cgit v1.2.3