Commit 80b37cd5 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

qcap: Make v4l_device_create() static.

parent 85fa778f
......@@ -401,7 +401,7 @@ static LONG CDECL v4l_device_get_caps_count(struct video_capture_device *device)
return device->caps_count;
}
struct video_capture_device * CDECL v4l_device_create(USHORT index)
static struct video_capture_device * CDECL v4l_device_create(USHORT index)
{
struct v4l2_frmsizeenum frmsize = {0};
struct video_capture_device *device;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment