summaryrefslogtreecommitdiffstats
path: root/term.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-03-17 13:35:46 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-03-17 13:35:46 +0000
commit8d40b5056c9c50a5a27194d603247a8d5ab3227a (patch)
treec2e06aeb5393b73d6ab8267e61db073e922cf6a1 /term.h
parent7b8ee51d848b6877f990bd7d8998041186bd16fb (diff)
downloadmandoc-8d40b5056c9c50a5a27194d603247a8d5ab3227a.tar.gz
Clean up ASCII table's memory.
Diffstat (limited to 'term.h')
-rw-r--r--term.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/term.h b/term.h
index 3c7ecd57..93d7453d 100644
--- a/term.h
+++ b/term.h
@@ -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 *);