summaryrefslogtreecommitdiffstats
path: root/src/cameras/uca_pco.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cameras/uca_pco.h')
-rw-r--r--src/cameras/uca_pco.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cameras/uca_pco.h b/src/cameras/uca_pco.h
index 07c3ef2..240e675 100644
--- a/src/cameras/uca_pco.h
+++ b/src/cameras/uca_pco.h
@@ -1,8 +1,8 @@
#ifndef __UNIFIED_CAMERA_ACCESS_PCO_H
#define __UNIFIED_CAMERA_ACCESS_PCO_H
-struct uca_t;
+struct uca_camera_t;
-uint32_t uca_pco_init(struct uca_t *uca);
+uint32_t uca_pco_init(struct uca_camera_t **uca);
#endif