diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-09-17 07:41:28 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-09-17 07:41:28 +0000 |
commit | 06166fb5422a88c888ec7c043633b2fac84766aa (patch) | |
tree | 55137418db8558815c66dc101e15948c4b71fdfd /term.h | |
parent | 16615cc0fed4c4eb818ce562c0cb3d225577a225 (diff) | |
download | mandoc-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.h | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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 *); |