diff options
Diffstat (limited to 'Build/source/texk/web2c/omegafonts/char_routines.h')
-rw-r--r-- | Build/source/texk/web2c/omegafonts/char_routines.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/omegafonts/char_routines.h b/Build/source/texk/web2c/omegafonts/char_routines.h index f817a56338d..b0f35256f29 100644 --- a/Build/source/texk/web2c/omegafonts/char_routines.h +++ b/Build/source/texk/web2c/omegafonts/char_routines.h @@ -38,6 +38,8 @@ typedef struct char_entry_struct { extern char_entry *current_character; extern char_entry *current_secondary_character; +extern unsigned num_char_info, words_per_entry; + extern void print_characters(boolean); extern void init_character(unsigned, char_entry *); extern void copy_characters(unsigned, unsigned); |