summaryrefslogtreecommitdiff
path: root/src/wfddevice.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wfddevice.h')
-rw-r--r--src/wfddevice.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wfddevice.h b/src/wfddevice.h
index 9bf5a0c..2f051ed 100644
--- a/src/wfddevice.h
+++ b/src/wfddevice.h
@@ -41,6 +41,9 @@ wfd_create_device(WFDint device_id, const WFDint *attrib_list);
void
wfd_device_destroy(struct wfd_device *device);
+WFDint
+wfd_device_get_attribi(struct wfd_device *device, WFDDeviceAttrib attrib);
+
WFDErrorCode
wfd_device_get_error(struct wfd_device *device);