summaryrefslogtreecommitdiffstats
path: root/src/cameras/uca_pco.h
diff options
context:
space:
mode:
authorMatthias Vogelgesang <matthias.vogelgesang@ipe.fzk.de>2011-02-23 09:24:44 +0100
committerMatthias Vogelgesang <matthias.vogelgesang@ipe.fzk.de>2011-02-23 09:24:44 +0100
commitd69b1e834cc1558ff117688da7030dabd22099fa (patch)
treef2020a161aefc73b789386a1c38e5a260b600ee6 /src/cameras/uca_pco.h
parent29aec734715f7c4d6b8157ac514eff4fd8dd0242 (diff)
downloaduca-d69b1e834cc1558ff117688da7030dabd22099fa.tar.gz
uca-d69b1e834cc1558ff117688da7030dabd22099fa.tar.bz2
uca-d69b1e834cc1558ff117688da7030dabd22099fa.tar.xz
uca-d69b1e834cc1558ff117688da7030dabd22099fa.zip
Do something meaningful and check for frame grabber library
Diffstat (limited to 'src/cameras/uca_pco.h')
-rw-r--r--src/cameras/uca_pco.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cameras/uca_pco.h b/src/cameras/uca_pco.h
index f2e7174..07c3ef2 100644
--- a/src/cameras/uca_pco.h
+++ b/src/cameras/uca_pco.h
@@ -3,6 +3,6 @@
struct uca_t;
-int uca_pco_init(struct uca_t *uca);
+uint32_t uca_pco_init(struct uca_t *uca);
#endif