From ebb64cbdcc6876046bc81a6a60e1a2ce5afe57ef Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 12 Jul 2009 20:23:29 -0700 Subject: Add function to retrieve control interface --- 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 2cd77f88..5da48bc8 100644 --- a/include/device.h +++ b/include/device.h @@ -71,6 +71,7 @@ void connman_device_set_index(struct connman_device *device, int index); int connman_device_get_index(struct connman_device *device); void connman_device_set_interface(struct connman_device *device, const char *interface, const char *control); +const char *connman_device_get_control(struct connman_device *device); void connman_device_set_ident(struct connman_device *device, const char *ident); -- cgit v1.2.3