#ifdef __cplusplus extern "C" { #endif void cnh_DefineColorTable(int* pColorTable, int nbcolors); unsigned int cnh_ProcessPixel(unsigned char* src, int pitch, unsigned char nextpixeloffset); #ifdef __cplusplus } #endif