From c3f5d63a9788544edcf7846e6c0e6977db52c2bc Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 5 Apr 2009 19:10:50 +0200 Subject: Add function for getting device type --- 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 c0042a9e..a3a1d4a7 100644 --- a/include/device.h +++ b/include/device.h @@ -71,6 +71,7 @@ extern struct connman_device *connman_device_create(const char *node, extern struct connman_device *connman_device_ref(struct connman_device *device); extern void connman_device_unref(struct connman_device *device); +extern enum connman_device_type connman_device_get_type(struct connman_device *device); extern const char *connman_device_get_name(struct connman_device *device); extern const char *connman_device_get_path(struct connman_device *device); extern void connman_device_set_index(struct connman_device *device, -- cgit v1.2.3