aboutsummaryrefslogtreecommitdiffstats
path: root/src/prototypes.h
diff options
context:
space:
mode:
authorjames <>2008-02-28 16:37:16 +0000
committerjames <>2008-02-28 16:37:16 +0000
commit57dd88f415d70356e41f2bfd5c00c250bd085723 (patch)
treec9ab3a642c9b5700057cf22d1c4f71348af68333 /src/prototypes.h
parentcc6c5bbd8a277969b30b85dfab8a0fb11066bc9e (diff)
downloadsympathy-57dd88f415d70356e41f2bfd5c00c250bd085723.tar.gz
sympathy-57dd88f415d70356e41f2bfd5c00c250bd085723.tar.bz2
sympathy-57dd88f415d70356e41f2bfd5c00c250bd085723.zip
*** empty log message ***
Diffstat (limited to 'src/prototypes.h')
-rw-r--r--src/prototypes.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/prototypes.h b/src/prototypes.h
index 07fd0df..cd4fcd0 100644
--- a/src/prototypes.h
+++ b/src/prototypes.h
@@ -174,9 +174,9 @@ extern UTF8 *utf8_new(void);
extern int utf8_encode(char *ptr, int ch);
extern void utf8_emit(TTY *t, int ch);
/* vt102_charset.c */
-extern uint32_t vt102_charset_c0[128];
-extern uint32_t vt102_charset_us[128];
-extern uint32_t vt102_charset_uk[128];
-extern uint32_t vt102_charset_vt52[128];
-extern uint32_t vt102_charset_gl[128];
+extern uint32_t vt102_charset_c0[VT102_CHARSET_SIZE];
+extern uint32_t vt102_charset_us[VT102_CHARSET_SIZE];
+extern uint32_t vt102_charset_uk[VT102_CHARSET_SIZE];
+extern uint32_t vt102_charset_vt52[VT102_CHARSET_SIZE];
+extern uint32_t vt102_charset_gl[VT102_CHARSET_SIZE];
extern uint32_t *charset_from_csid[];