#ifndef __TTWAIN_ERROR_H__ #define __TTWAIN_ERROR_H__ #ifdef __cplusplus extern "C" { #endif void TTWAIN_RecordError(void); #ifdef __cplusplus } #endif #endif