From 06166fb5422a88c888ec7c043633b2fac84766aa Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Thu, 17 Sep 2009 07:41:28 +0000 Subject: ascii_xxx -> chars_xxx (intended to hold more than just ascii encoding). More html work. --- term.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'term.h') 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 *); -- cgit