summaryrefslogtreecommitdiff
path: root/uvc.h
diff options
context:
space:
mode:
Diffstat (limited to 'uvc.h')
-rw-r--r--uvc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/uvc.h b/uvc.h
index febc662..c1138bf 100644
--- a/uvc.h
+++ b/uvc.h
@@ -48,5 +48,6 @@ struct uvc_device
struct uvc_device *uvc_open(const char *devname, struct uvc_stream *stream);
void uvc_close(struct uvc_device *dev);
void uvc_events_init(struct uvc_device *dev, struct events *events);
+void uvc_set_config(struct uvc_device *dev, struct uvc_function_config *fc);
#endif /* __UVC_H__ */