1 #pragma once
2 
3 #ifndef __TTWAIN_UTILP_H__
4 #define __TTWAIN_UTILP_H__
5 
6 #ifdef __cplusplus
7 extern "C" {
8 #endif
9 
10 int TTWAIN_NegotiateXferCount(TUINT32 nXfers);
11 int TTWAIN_InitSupportedCaps(void);
12 int TTWAIN_GetModalStatus(void);
13 
14 #ifdef __cplusplus
15 }
16 #endif
17 
18 #endif /*__TTWAIN_UTILP_H__*/
19