diff options
author | Matthias Vogelgesang <matthias.vogelgesang@ipe.fzk.de> | 2011-02-23 09:24:44 +0100 |
---|---|---|
committer | Matthias Vogelgesang <matthias.vogelgesang@ipe.fzk.de> | 2011-02-23 09:24:44 +0100 |
commit | d69b1e834cc1558ff117688da7030dabd22099fa (patch) | |
tree | f2020a161aefc73b789386a1c38e5a260b600ee6 /src/cameras/uca_pco.h | |
parent | 29aec734715f7c4d6b8157ac514eff4fd8dd0242 (diff) | |
download | libuca-d69b1e834cc1558ff117688da7030dabd22099fa.tar.gz libuca-d69b1e834cc1558ff117688da7030dabd22099fa.tar.bz2 libuca-d69b1e834cc1558ff117688da7030dabd22099fa.tar.xz libuca-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.h | 2 |
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 |