diff options
Diffstat (limited to 'term.h')
-rw-r--r-- | term.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -81,6 +81,7 @@ struct termact { void *ascii2htab(void); const char *a2ascii(void *, const char *, size_t, size_t *); +void asciifree(void *); void newln(struct termp *); void vspace(struct termp *); |