mirror of
https://github.com/Motion-Project/motion.git
synced 2026-04-21 14:37:02 -04:00
Remove excess struct usage for ctx items
This commit is contained in:
@@ -241,7 +241,7 @@ int vlp_putpipe(int dev, unsigned char *image, int imgsize)
|
||||
#endif
|
||||
}
|
||||
|
||||
void vlp_init(struct ctx_cam *cam)
|
||||
void vlp_init(ctx_cam *cam)
|
||||
{
|
||||
|
||||
#if defined(HAVE_V4L2) && !defined(BSD)
|
||||
|
||||
Reference in New Issue
Block a user