diff options
Diffstat (limited to 'src/UCAuto.h')
-rw-r--r-- | src/UCAuto.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/UCAuto.h b/src/UCAuto.h index 3f43e0c7..b4d582c3 100644 --- a/src/UCAuto.h +++ b/src/UCAuto.h @@ -1 +1,7 @@ -extern void UCChangeTerminalCodepage PARAMS((int newcs, LYUCcharset * p)); + +#ifndef UCAUTO_H +#define UCAUTO_H + +extern void UCChangeTerminalCodepage PARAMS((int newcs, LYUCcharset *p)); + +#endif /* UCAUTO_H */ |