1 #ifndef UCAUTO_H
2 #define UCAUTO_H
3 
4 #include <UCDefs.h>
5 
6 #ifdef __cplusplus
7 extern "C" {
8 #endif
9     extern void UCChangeTerminalCodepage(int newcs, LYUCcharset *p);
10 
11 #ifdef __cplusplus
12 }
13 #endif
14 #endif				/* UCAUTO_H */
15