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