1 #pragma once
2 
3 #ifndef __TTWAIN_UTIL_PD_H__
4 #define __TTWAIN_UTIL_PD_H__
5 
6 #ifdef __cplusplus
7 extern "C" {
8 #endif
9 
10 int TTWAIN_Native2RasterPD(void *handle, void *the_ras, int *lx, int *ly);
11 
12 #ifdef __cplusplus
13 }
14 #endif
15 
16 #endif /*__TTWAIN_UTIL_PD_H__*/
17