/* All Rights Reserved - 2000 */ /*--------------------------------------------------------------------------*/ #ifndef ccdpp_h #define ccdpp_h /*--------------------------------------------------------------------------*/ void CcdppInitialize(void); /*--------------------------------------------------------------------------*/ void CcdppCapture(void); /*--------------------------------------------------------------------------*/ char CcdppPopPixel(void); /*--------------------------------------------------------------------------*/ #endif