summaryrefslogtreecommitdiffstatshomepage
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
commit49c322efa56dea298f42cc8bddd6629093d45975 (patch)
tree72450046c6e5f43699f78eb8bee1512a73a1b551 /term.h
parent20f79639b5b34e231e85135e96d7f2312690ba8e (diff)
downloadmandoc-49c322efa56dea298f42cc8bddd6629093d45975.tar.gz
mandoc-49c322efa56dea298f42cc8bddd6629093d45975.tar.zst
mandoc-49c322efa56dea298f42cc8bddd6629093d45975.zip
Clean up ASCII table's memory.
Diffstat (limited to 'term.h')
-rw-r--r--term.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/term.h b/term.h
index ff1c1173..206dada2 100644
--- a/term.h
+++ b/term.h
@@ -1,4 +1,4 @@
-/* $Id: term.h,v 1.25 2009/03/16 22:19:19 kristaps Exp $ */
+/* $Id: term.h,v 1.26 2009/03/17 13:35:46 kristaps Exp $ */
/*
* Copyright (c) 2008 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -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 *);