diff options
Diffstat (limited to 'term.h')
-rw-r--r-- | term.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -58,6 +58,7 @@ struct termp { void *term_ascii2htab(void); const char *term_a2ascii(void *, const char *, size_t, size_t *); +const char *term_a2res(void *, const char *, size_t, size_t *); void term_asciifree(void *); void term_newln(struct termp *); |