summaryrefslogtreecommitdiff
path: root/include/device.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2009-04-05 19:10:50 +0200
committerMarcel Holtmann <marcel@holtmann.org>2009-04-05 19:10:50 +0200
commitc3f5d63a9788544edcf7846e6c0e6977db52c2bc (patch)
tree34fa7b8f7202520a72997e8a777a039d05b5cb7d /include/device.h
parent5d59515eb52adf085f9f124120bbaa2300d17c2e (diff)
downloadconnman-c3f5d63a9788544edcf7846e6c0e6977db52c2bc.tar.gz
connman-c3f5d63a9788544edcf7846e6c0e6977db52c2bc.tar.bz2
connman-c3f5d63a9788544edcf7846e6c0e6977db52c2bc.zip
Add function for getting device type
Diffstat (limited to 'include/device.h')
-rw-r--r--include/device.h1
1 files changed, 1 insertions, 0 deletions
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,