diff options
Diffstat (limited to '')
-rw-r--r-- | src/UCAuto.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/UCAuto.h b/src/UCAuto.h new file mode 100644 index 0000000..98d2243 --- /dev/null +++ b/src/UCAuto.h @@ -0,0 +1,14 @@ +#ifndef UCAUTO_H +#define UCAUTO_H + +#include <UCDefs.h> + +#ifdef __cplusplus +extern "C" { +#endif + extern void UCChangeTerminalCodepage(int newcs, LYUCcharset *p); + +#ifdef __cplusplus +} +#endif +#endif /* UCAUTO_H */ |