]> git.cameronkatri.com Git - mandoc.git/blobdiff - term.h
Portability: replaced queue macros in html.c (Joerg Sonnenberger).
[mandoc.git] / term.h
diff --git a/term.h b/term.h
index f646dd53ab1ee10e681e73e9cbddea72058c940f..f0d820166ebed00e1525fb1cfac84c1944aa7919 100644 (file)
--- a/term.h
+++ b/term.h
@@ -1,4 +1,4 @@
-/*     $Id: term.h,v 1.46 2009/09/16 09:41:24 kristaps Exp $ */
+/*     $Id: term.h,v 1.49 2009/10/18 19:03:37 kristaps Exp $ */
 /*
  * Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@kth.se>
  *
@@ -48,16 +48,14 @@ 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 *);
 void             term_flushln(struct termp *);
 
+size_t           term_hspan(const struct roffsu *);
+size_t           term_vspan(const struct roffsu *);
+
 __END_DECLS
 
 #endif /*!TERM_H*/