From b715cc76cfd8d972663bd2dd15c461f0e6ed5fc3 Mon Sep 17 00:00:00 2001 From: Matthias Vogelgesang Date: Mon, 28 Feb 2011 15:11:51 +0100 Subject: Complete frame grabber abstraction --- src/cameras/pco.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/cameras/pco.h') diff --git a/src/cameras/pco.h b/src/cameras/pco.h index 240e675..4025002 100644 --- a/src/cameras/pco.h +++ b/src/cameras/pco.h @@ -2,7 +2,8 @@ #define __UNIFIED_CAMERA_ACCESS_PCO_H struct uca_camera_t; +struct uca_grabber_t; -uint32_t uca_pco_init(struct uca_camera_t **uca); +uint32_t uca_pco_init(struct uca_camera_t **uca, struct uca_grabber_t *grabber); #endif -- cgit v1.2.3