1 #pragma once
2 
3 #ifndef __TTWAIN_ERROR_H__
4 #define __TTWAIN_ERROR_H__
5 
6 #ifdef __cplusplus
7 extern "C" {
8 #endif
9 
10 void TTWAIN_RecordError(void);
11 
12 #ifdef __cplusplus
13 }
14 #endif
15 
16 #endif
17