summaryrefslogtreecommitdiffstats
path: root/src/cameras/uca_pco.h
diff options
context:
space:
mode:
authorMatthias Vogelgesang <matthias.vogelgesang@ipe.fzk.de>2011-02-28 14:26:32 +0100
committerMatthias Vogelgesang <matthias.vogelgesang@ipe.fzk.de>2011-02-28 14:26:32 +0100
commitf588f10b6fc6e452d42a66abc56028fe21cd56c2 (patch)
tree075e37f2e76936b42fc420071035ea5f6788d869 /src/cameras/uca_pco.h
parent31a9401a4c18fea613d8a508583dd657c41c384c (diff)
downloadlibuca-f588f10b6fc6e452d42a66abc56028fe21cd56c2.tar.gz
libuca-f588f10b6fc6e452d42a66abc56028fe21cd56c2.tar.bz2
libuca-f588f10b6fc6e452d42a66abc56028fe21cd56c2.tar.xz
libuca-f588f10b6fc6e452d42a66abc56028fe21cd56c2.zip
Prepare for frame grabber abstraction
Diffstat (limited to 'src/cameras/uca_pco.h')
-rw-r--r--src/cameras/uca_pco.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/cameras/uca_pco.h b/src/cameras/uca_pco.h
deleted file mode 100644
index 240e675..0000000
--- a/src/cameras/uca_pco.h
+++ /dev/null
@@ -1,8 +0,0 @@
-#ifndef __UNIFIED_CAMERA_ACCESS_PCO_H
-#define __UNIFIED_CAMERA_ACCESS_PCO_H
-
-struct uca_camera_t;
-
-uint32_t uca_pco_init(struct uca_camera_t **uca);
-
-#endif