#ifndef IDCT_INT32_H #define IDCT_INT32_H #ifdef __cplusplus extern "C" { #endif #ifndef IDCT_INT32_C extern void __stdcall idct_int32(short *block); #endif #ifdef __cplusplus } #endif #endif