summaryrefslogtreecommitdiffstats
path: root/term.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-09-17 07:41:28 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-09-17 07:41:28 +0000
commit06166fb5422a88c888ec7c043633b2fac84766aa (patch)
tree55137418db8558815c66dc101e15948c4b71fdfd /term.h
parent16615cc0fed4c4eb818ce562c0cb3d225577a225 (diff)
downloadmandoc-06166fb5422a88c888ec7c043633b2fac84766aa.tar.gz
ascii_xxx -> chars_xxx (intended to hold more than just ascii encoding).
More html work.
Diffstat (limited to 'term.h')
-rw-r--r--term.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/term.h b/term.h
index 06570633..c99035d8 100644
--- a/term.h
+++ b/term.h
@@ -48,11 +48,6 @@ struct termp {
void *symtab; /* Encoded-symbol table. */
};
-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 *);
void term_vspace(struct termp *);
void term_word(struct termp *, const char *);